Use templates for quote, code and spoiler rich text #1849
Labels
area: backend
This issue involves Python, Django or dependency (eg. database)
feature: parser
Parser converts markdown/bbcode strings into other forms
Milestone
Starting with #1813, Misago uses
rich_text
template tag for rendering markup. This tag finds Misago's pseudo-HTML elements, extracts data from them, then replaces them with contents from templates rendered to strings.We should use this approach for quotes, spoilers and code blocks.
The text was updated successfully, but these errors were encountered: