Orchardcore: Markdown Strikethrough

Created on 28 Oct 2020  路  7Comments  路  Source: OrchardCMS/OrchardCore

I'm using the version 1.0.0-rc2-13450 from nuget following this guide for creating a decoupled CMS Website (great btw). When parsing the strikethrough's markdown in the side by side panel is correct, but not in the website.

image
image

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 IConfiguration if someone really didn't want them

All 7 comments

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()

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lzw5399 picture lzw5399  路  3Comments

hishamco picture hishamco  路  3Comments

ns8482e picture ns8482e  路  4Comments

deanmarcussen picture deanmarcussen  路  3Comments

khoshroomahdi picture khoshroomahdi  路  4Comments