jakraft

Results 2 comments of jakraft

> Perhaps if the "user" specifies Markdig custom extensions in markdownEngineProperties, they should be responsible for setting all of them? That was something I asked about with the docfx devs...

@rclabo this functionality was added with this change: #7833 To use, simply add the following to the `build` section of your docfx.json: ```json { "build": { "markdownEngineName": "markdig", "markdownEngineProperties": {...