Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: adding a rule for Julia Markdown #15

Closed
isaacsas opened this issue Feb 26, 2019 · 2 comments
Closed

feature request: adding a rule for Julia Markdown #15

isaacsas opened this issue Feb 26, 2019 · 2 comments

Comments

@isaacsas
Copy link

Julia's Documenter.jl package uses $...$ and ``.. .`` for inline markdown math, and ```math ... ``` for blocks.

Is there any possibility of adding this mix as an option? I know I can modify this locally, but I'm using a VSCode extension that bundles markdown-it-texmath to highlight Julia markdown files, and the extension can overwrite my changed texmath.js file when it updates...

@goessner
Copy link
Owner

goessner commented Oct 4, 2019

now - after finding time at last for this - I implemented and tested your proposed rule for Julia markdown.

It seems to work. Use Version 0.6.0 now.

Please also test and tell me about possible bugs.

Thanks

@goessner goessner closed this as completed Oct 4, 2019
@isaacsas
Copy link
Author

isaacsas commented Oct 4, 2019

Thanks! I made a similar change to the texmath.js file distributed with mdmath a while back and have had no issues. I'll be happy to be able to go back to not having to use a modded file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants