Closed
Description
In what scenarios do you need this function?
Describe the optimal solution
我觉得这些语法非常实用,能否考虑支持一下:
- Admonitions:https://squidfunk.github.io/mkdocs-material/reference/admonitions/
- Content tabs:https://squidfunk.github.io/mkdocs-material/reference/content-tabs/
- Sortable tables:https://squidfunk.github.io/mkdocs-material/reference/data-tables/#sortable-tables
- Footnotes:https://squidfunk.github.io/mkdocs-material/reference/footnotes/
- icons:https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/
- Collapsible blocks:https://squidfunk.github.io/mkdocs-material/reference/admonitions/#collapsible-blocks
Activity
88250 commentedon Sep 27, 2021
Markdown 扩展语法不考虑引入了。
jearton commentedon Sep 27, 2021
@88250 那能否以插件扩展的方式,允许社区同学自己开发集成进去?
88250 commentedon Sep 27, 2021
可以考虑用挂件进行扩展。
不过编辑方面的特性,挂件估计不是太适合。要扩展解析器的话工作量比较大,所以暂时就不考虑了。