Abbr support
#1900
-
In Jekyll, you can use abbreviations in markdown code like:
and CSS will be replaced with |
Beta Was this translation helpful? Give feedback.
Answered by
pdehaan
Jul 24, 2021
Replies: 1 comment 2 replies
-
You might need to use https://github.com/markdown-it/markdown-it-abbr and then set a custom Markdown processor lib. But it might be trickier if you want that to work in Nunjucks or LiquidJS templates. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jcubic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might need to use https://github.com/markdown-it/markdown-it-abbr and then set a custom Markdown processor lib.
But it might be trickier if you want that to work in Nunjucks or LiquidJS templates.