-
Background:
In `tests/rendering/markdown-additional.md` looking at the toc revealed an issue with how we allow using vivify's `config.json` to set the markdown-it options for [markdown-it-table-of-…
-
能否考虑将组件内置的markdown-it插件制作成单独依赖
-
To make it easy to add charts to pages, let's add support for [Mermaid](https://mermaid.js.org/) via `mermaid-py`: https://mermaidpy.vercel.app/.
See the docs on how to write a Markdown plugin as a…
-
Every time runniing lazy Update I get the output below. pressing x does not remove the plugin. I need to go into .local/share/lazy and rm -fr the plugin and let it reinstall. Any suggestions here?…
-
### Feature description
markdown-it provides a way to write plugins that are both fast and safe. Perhaps though some abstraction on top of it should be written, so that in the future we could s…
-
look at this https://github.com/hexojs/hexo-renderer-markdown-it/
this required `new Token` from `markdown-it`, but now `markdown-it` convert it into **ESM**. Please shim within CJS for each cl…
-
Unfortunately `marked` changed the function signatures on the renderer object.
I have [some code to alter renderer behavior](https://github.com/emmercm/www/blob/c86bfb573170ede98cbc3e4c980b52e28475…
-
The name "Markdown Tags" is misleading — they're not Markdown, and they're not tags as Obsidian understands the term. (Or does the plugin register them in Obsidian's tag index? If so, it would be good…
-
## Type of Change
Other
## Summary
Running list of issues hit with remark Markdown support:
1. If you enable the remark-gfm plugin via the remark option in the greenwood.config.js, it *mos…
-
I've been using more and more remark lately, but most importantly I've been taking advantage of mdast to programmatically modify it and then go back to markdown. But every time I comeback to this modu…