summaryrefslogtreecommitdiff
path: root/lib/banzai/renderer
Commit message (Collapse)AuthorAgeFilesLines
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-062-0/+4
| | | | | | | | | | | | | Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424.
* 'code_block' closer to original implementationBrett Walker2018-09-111-9/+5
| | | | | | - utilize the 'out' method to output the 'fence_info', which converts to utf8 - output 'sourcepos' again
* make call to 'html_escape' unambiguousBrett Walker2018-04-172-2/+2
|
* Add CommonMark markdown enginereplace_redcarpet_with_cmarkblackst0ne2018-03-073-13/+36
|
* Merge branch '30125-markdown-security'Robert Speicher2017-04-051-0/+13
Remove class from SanitizationFilter whitelist See merge request !2079