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

Allow using markdown in HtmlCleaningCharField form fields #1729

Open
ffont opened this issue Dec 18, 2023 · 0 comments
Open

Allow using markdown in HtmlCleaningCharField form fields #1729

ffont opened this issue Dec 18, 2023 · 0 comments
Labels
Improvement A functional improvement to an existing feature, that isn't urgently a bug

Comments

@ffont
Copy link
Member

ffont commented Dec 18, 2023

Form fields of the type HtmlCleaningCharField (and HtmlCleaningCharFieldWithCenterTag) allow using some HTML tags that are later rendered accordingly. This is used in:
* sound comment
* forum body
* message
* sound description
* pack description
* sound signature
* user about text
* user forum signature (?)

It would be good to add support for markdown formatting as well as this is quite common nowadays. We already have markdown support for the wiki pages so it should not be too difficult.

@ffont ffont added the Improvement A functional improvement to an existing feature, that isn't urgently a bug label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement A functional improvement to an existing feature, that isn't urgently a bug
Projects
None yet
Development

No branches or pull requests

1 participant