Html sanitized maybe.
I don't think so, because as I see from the screenshot the bold text rendered fine
Duplicate of https://github.com/OrchardCMS/OrchardCore/issues/6502
Please configure the markdown pipeline for this.
I'll leave this open, we could potentially add the extensions by default.
Dean what if we add it as an optional setting?
Not a setting, it's already configurable,
Personally I'm ok with adding them by default, they could still be removed through IConfiguration if someone really didn't want them
We should enable more features if they are safe and commonly known.
Seb using UseAdvancedExtensions() will enable the following features:
UseAbbreviations()
UseAutoIdentifiers()
UseCitations()
UseCustomContainers()
UseDefinitionLists()
UseEmphasisExtras()
UseFigures()
UseFooters()
UseFootnotes()
UseGridTables()
UseMathematics()
UseMediaLinks()
UsePipeTables()
UseListExtras()
UseTaskLists()
UseDiagrams()
UseAutoLinks()
UseGenericAttributes()
Most helpful comment
Not a setting, it's already configurable,
Personally I'm ok with adding them by default, they could still be removed through
IConfigurationif someone really didn't want them