aaronchucarroll

Results 6 comments of aaronchucarroll

With the latest commits the code changes are only located in markdown-math.

I added a custom parser for fenced math blocks based on the original markdown-it fence parser.

This approach was much simpler. I made these changes in @vscode/markdown-it-katex, and added tests. In markdown-math I set enableFencedBlocks to be true by default but there may be a better...

I reverted all of the unnecessary changes from prior implementations. The main repo still needs the new syntax for syntax highlighting and enabling the fence option.