-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Is it possible to add custom rules? #717
Comments
+1 |
Looking at the code it doesn't seem like it the tokenizer and parser are hard coded if statements. I did it by first parsing what I needed first using regexs then passing the rest to marked. It seems like being able to add custom rules would slow it down and marked seems written for speed. It would also be a nice feature. |
Came here looking for the same. In a similar fashion I'm hoping to convert this in markdown:
To:
|
+1 |
Closing to consolidate issues. |
Hi guys. Look at this library. |
My only two cents at the moment are:
|
Closing as not considered part of the current focus. |
I want to add some custom rules like
which should translate to something like
The text was updated successfully, but these errors were encountered: