mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 19:22:44 +08:00
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
export const MT_MARKED_OPTIONS = Object.freeze({
|
|
headerIds: false,
|
|
emoji: false,
|
|
math: false,
|
|
frontMatter: false
|
|
})
|