Skip to content

Commit

Permalink
feat: add markdig extension override with default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Mar 27, 2024
1 parent 7126223 commit a6c4c83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference/docfx-json-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ For example. It can enable additional markdig extensions with following settings
"advanced"
]
}
}
}
```

List of available built-in markdig extensions are available at [this URL](https://github.com/xoofx/markdig/blob/fcb56fb03701cc1a07a52769908579adb8927ee2/src/Markdig/MarkdownExtensions.cs#L537-L650).
Expand Down Expand Up @@ -394,6 +396,7 @@ Specifies an optional set of MSBuild properties used when interpreting project f
]
}
```

> [!Note]
> Make sure to specify `"TargetFramework": <one of the frameworks>` in your docfx.json when the project is targeting for multiple platforms.
Expand Down

0 comments on commit a6c4c83

Please sign in to comment.