mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Markdig removing braces #202
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jeavon on GitHub (Apr 9, 2018).
The braces in the example below and the contents within them are getting stripped when converting to HTML. I thought it might have been the Generic Attributes Extension but I have no Extensions loaded.
This MD
Renders as
Is it one of the Block or Inline parsers stripping this out or am I missing something else?
@xoofx commented on GitHub (Apr 9, 2018):
Are you sure, because testing this on babelmark? You can see that markdig with no extensions behaves as expected...
@Jeavon commented on GitHub (Apr 9, 2018):
@xoofx I was wrong, the Generic Attribute Extension was being loaded and was responsible, I will remove it. I guess this would be the expected output when it's in use?
Thanks!
@xoofx commented on GitHub (Apr 9, 2018):
Maybe not. Need to dig into other Markdown engine supporting similar system and check what is their behavior... Will keep this issue open to track it.
@runlos commented on GitHub (Oct 31, 2022):
Hi, adding to this issue: We're having the same problems as the original poster, Generic Attribute extension is however not loaded.
"GET /api/resourceplan/{ResourceType}/{ResourceId}" is rendering as
"GET /api/resourceplan//"
Current extensions in use:
UseEmojiAndSmiley
UseGridTables
UseDiagrams
Currently running version 0.30.4