-
Hi, I have followed the markdown documentation but I can't find a way to activate the GenericAttributes extension. I tried adding "GenericAttributes" or "GenericAttributesExtension" in my docfx.json in (markdownEngineProperties) without success:
I supposed the name to use should be the same as in the UseAdvancedExtensions method in MarkdownExtensions from Markdig? How are we supposed to activate included extensions which are not activated by default? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
To activate |
Beta Was this translation helpful? Give feedback.
To activate
GenericAttributes
markdig extension.It must specify
attributes
text as extension name.https://github.com/xoofx/markdig/blob/391f376fa22b87494e308091d1b27be83e82f567/src/Markdig/MarkdownExtensions.cs#L597-L599