jccp_a/vuepress/node_modules/markdown-it-emoji/lib/render.mjs
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

4 lines
103 B
JavaScript

export default function emoji_html (tokens, idx /*, options, env */) {
return tokens[idx].content
};