#4396·vitepress

Export syntax highlighting Vue component

Author: yanwuguangjunCreated Nov 29, 2024Updated Sep 15, 2026
Labelsstale

有些需求需要动态修改 文档中的内容,通过插槽的方式实现会受到 markdown格式的 影响

我当前的实现方式是 image 可读性很差, 而且 <template> 标签不可缩进 应该是bug

如果可以提供一些组件出来就好了,可读性将得到提升

just like :

const json_txt = ref( ... som json txt )
<press-code type="json">
{{ json_txt }}
</press-code>

now the json_txt is responsive