Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use templates for quote, code and spoiler rich text #1849

Open
rafalp opened this issue Jan 27, 2025 · 0 comments
Open

Use templates for quote, code and spoiler rich text #1849

rafalp opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
area: backend This issue involves Python, Django or dependency (eg. database) feature: parser Parser converts markdown/bbcode strings into other forms

Comments

@rafalp
Copy link
Owner

rafalp commented Jan 27, 2025

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.

@rafalp rafalp added area: backend This issue involves Python, Django or dependency (eg. database) feature: parser Parser converts markdown/bbcode strings into other forms labels Jan 27, 2025
@rafalp rafalp added this to the Next feature release milestone Jan 27, 2025
@rafalp rafalp self-assigned this Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend This issue involves Python, Django or dependency (eg. database) feature: parser Parser converts markdown/bbcode strings into other forms
Projects
None yet
Development

No branches or pull requests

1 participant