markdig
markdig copied to clipboard
Would like to access options of a pipeline in a parser extension
I will write a customized Markdig extension, and I would like to reach some options from the parser Match method. But unfortunately I do not see MarkdigOption (in the parser). How can I use options here?
But unfortunately I do not see MarkdigOption (in the parser). How can I use options here?
Options of extensions are currently not accessible. Not sure also all extensions are exposing their config correctly. Don't have spare time but you can try a PR.
Thank you for the reply, If I had time, I can try a PR...