doc: update latex.md #47

This commit is contained in:
jaywcjlove
2022-11-19 10:30:14 +08:00
parent a006acea29
commit 0251081948
3 changed files with 62 additions and 3 deletions

View File

@ -38,6 +38,9 @@ export function create(str = '', options = {}) {
const mdOptions = {
showLineNumbers: false,
hastNode: false,
katexOptions: {
strict: false,
},
remarkPlugins: [remarkGemoji],
rehypePlugins: [
rehypeSlug,