markdown parsing improvement

- added code line highlighting
- added text highlight effect
- added subscript and superscript
This commit is contained in:
Kim, Jimin 2021-12-19 14:02:10 +09:00
parent efb19658b4
commit fa16379e6d
9 changed files with 104 additions and 14 deletions

View file

@ -31,6 +31,10 @@
"markdown-it": "^12.3.0",
"markdown-it-anchor": "^8.4.1",
"markdown-it-attrs": "^4.1.0",
"markdown-it-highlight-lines": "^1.0.2",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-checkbox": "^1.0.6",
"markdown-it-texmath": "^0.9.6",
"markdown-toc": "^1.2.0",