freesound icon indicating copy to clipboard operation
freesound copied to clipboard

Allow using markdown in `HtmlCleaningCharField` form fields

Open ffont opened this issue 2 years ago • 0 comments

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 avatar Dec 18 '23 16:12 ffont