java实现Markdown转HTML
最后发布时间:2020-12-21 12:55:47
浏览量:
- 实现的方式https://github.com/vsch/flexmark-java
- 使用技术:abstract syntax tree of nodes (AST)
待解决的问题
- Latex生产MathML
参考:
https://www.w3cschool.cn/html5/bxieufld.html
https://www.mathjax.org/
https://katex.org/