-
HTML Processors
Vanilla allows you to customize content formatting by adding HTML processors. These processors can modify the content of a post or article before it's rendered on the page. HTML Processor Fundamentals The first step to adding an HTML processor to Vanilla's content formatting pipeline is to...create the HTML processor. To…
-
Rendering User Content - FormatService
Vanilla's FormatService has 1 primary responsibility: Render untrusted user input from a variety of input formats, into a variety of output formats. Supported Input Formats rich - Vanilla's modern WYSIWYG format. Data is stored as structured JSON. bbcode - An artifact from the earlier internet days. markdown - Standard…