mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 14:52:15 +08:00

* add commonmark spec and gfm spec test and compare with markedjs * ignore .env * fix: load lang multiple times * add eslint disable * add `math`, `emoji`, `frontMatter` options to marked * fix: commonmark example 223 * fix: import markdown error * fix: commonmark example 7 * fix: commonmark example 40 * update test result * update changelog * update loose test regexp * remove unused comments
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
export const MT_MARKED_OPTIONS = {
|
|
headerIds: false,
|
|
emoji: false,
|
|
math: false,
|
|
frontMatter: false
|
|
}
|