feat: add emoji support
This commit is contained in:
parent
559bb72b91
commit
424c7b2ff4
6 changed files with 56 additions and 27 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { defineMDSveXConfig as defineConfig } from 'mdsvex';
|
||||
import remarkGFM from 'remark-gfm';
|
||||
import remarkEmoji from 'remark-emoji';
|
||||
|
||||
const config = defineConfig({
|
||||
layout: {
|
||||
|
|
@ -11,7 +12,7 @@ const config = defineConfig({
|
|||
dashes: 'oldschool',
|
||||
},
|
||||
|
||||
remarkPlugins: [remarkGFM],
|
||||
remarkPlugins: [remarkGFM, remarkEmoji],
|
||||
rehypePlugins: [],
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue