From 30fa53b4ce11b765c53d24644b98ec487ff467cd Mon Sep 17 00:00:00 2001 From: Thomas Bolon Date: Fri, 22 Mar 2024 12:14:15 +0100 Subject: [PATCH] Update markdown.md Add a link to markdig extension names. --- docs/docs/markdown.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/markdown.md b/docs/docs/markdown.md index cceb089f1a8..88b1e1f29af 100644 --- a/docs/docs/markdown.md +++ b/docs/docs/markdown.md @@ -50,6 +50,8 @@ Alternatively, set the `build.markdownEngineProperties.markdigExtensions` proper } ``` +The known extension names are listed in [MardownExtensions.Configure](https://github.com/xoofx/markdig/blob/master/src/Markdig/MarkdownExtensions.cs) method in the MarkDig project. + > [!Note] > The custom configuration of extensions via the `build.markdownEngineProperties.markdigExtensions` property is not supported.