6 Commits

Author SHA1 Message Date
YangFong
b99ddef0ca
chore: convert js to ts (#405) 2024-09-16 17:07:47 +08:00
Libin YANG
c2e553baab
fix: hr label (#393) 2024-09-08 20:15:35 +08:00
YangFong
33206c7857
fix: render of katex (#390) 2024-09-08 09:45:59 +08:00
YangFong
744785bd84
fix: dark style of codeblock (#388) 2024-09-07 21:43:18 +08:00
YangFong
e93895e71f
feat: add mathjax renderer (#385)
* fix #376
* fix #384 

---------

Co-authored-by: yanglbme <szuyanglb@outlook.com>
2024-09-07 10:25:35 +08:00
YangFong
2d40869fc2
refactor: renderer upgrade to ts (#379)
* refactor: renderer upgrade to ts

* fix: options of katex

* fix: render of katex

* chore: update marked-katex-extension to version 5.1.2

* chore: build theme

* chore: update renderer

* feat: move build addition func

* chore: styled content

* chore: update renderer

* chore: update packages

* chore: update renderer

* fix: logic of merged

* chore: update renderer

* chore: update

* feat: add token type

* feat: add styles func

* chore: update renderer

* fix: parse table cell

* feat: horizontal table scrolling is supported

* fix: strong tag

* feat: parse strong and em label

* fix: parse list

* chore: update example docs

* chore: update

---------

Co-authored-by: Libin YANG <szuyanglb@outlook.com>
2024-09-04 13:00:42 +08:00