Report Ranger Template HighlightingSyntax highlighting for Report Ranger. Report Ranger is a document generator that builds markdown for use with the pandoc-latex-template or to HTML code. It has a focus on penetration testing reports, including sorting of vulnerabilities and appendices, automatic risk assessment, strong templating, and professional output. More information on Report Ranger can be found at: https://gitlab.com/volkis/report-ranger Extension detailsThis extension is based off Better Jinja by Samuel Colvin. It takes the Jinja Markdown feature and adds snippets specific to Report Ranger. By default, it only runs on files with the extension
Known bugsSyntax highlighting will only work if the line begins with a Jinja tag. This is due to a battle between Jinja and Markdown syntax highlighting, with Markdown automatically syntax highlighting the entire paragraph if it thinks it contains markdown. Given the choice between highlighting Jinja2 tags in the middle of text and syntax highlighting for markdown we chose the syntax highlighting for markdown. |