markdig icon indicating copy to clipboard operation
markdig copied to clipboard

Would like to access options of a pipeline in a parser extension

Open pethopal opened this issue 7 years ago • 2 comments

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?

pethopal avatar Sep 26 '18 10:09 pethopal

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.

xoofx avatar Oct 07 '18 19:10 xoofx

Thank you for the reply, If I had time, I can try a PR...

pethopal avatar Oct 09 '18 23:10 pethopal