We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a need for custom syntax rules such as
import marked from "marked"; marked(":[emoji]"); // output: <img src="https://xxxx.com/img/emoji.png" alt="emoji" /> // demo // marked(":[emoji-demo]"); // output: <img src="https://xxxx.com/img/emoji-demo.png" alt="emoji-demo" />
Are there any good ideas? I've seen a lot of examples online of directly modifying the source code, but this is not what I want (too complicated).
The text was updated successfully, but these errors were encountered:
We are working on a PR to add custom rules #2043.
Sorry, something went wrong.
This Should be available in v2.1.0
see Custom Extensions section in docs
No branches or pull requests
I have a need for custom syntax rules such as
Are there any good ideas? I've seen a lot of examples online of directly modifying the source code, but this is not what I want (too complicated).
The text was updated successfully, but these errors were encountered: