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

Qiita delimiters #40

Closed
hsk opened this issue Dec 7, 2017 · 3 comments
Closed

Qiita delimiters #40

hsk opened this issue Dec 7, 2017 · 3 comments

Comments

@hsk
Copy link

hsk commented Dec 7, 2017

I use gitlab mode now.

"mdmath.delimiters": "gitlab"

I hope Qiita markdown delimiters setting.

"mdmath.delimiters": "qiita"

inline $...$
display math ...

or generalize setting

"mdmath.delimiters": {
inline:["$","$"],
display:["math",""]
}

@goessner
Copy link
Owner

goessner commented Jan 5, 2018

.. will have a look into custom delimiters soon ..

thanks

@RoyiAvital
Copy link

That would be amazing to have User Defined Delimiters.

First step would be allowing $ ... $.
Namely having space after / before the $ delimiter.
It works for Display Math ($$ ... $$ will work) yet the limitation on Inline Math broke many of my existing MarkDown Documents.

Thank You.

@goessner
Copy link
Owner

goessner commented Sep 7, 2018

Decided against user defined delimiters due to low user request rate.

Best way would be to implement it by yourself into markdown-it-texmath and do a pull request.

@goessner goessner closed this as completed Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants