Closed yue7872 closed 1 year ago
将生成的文件统一放在dist目录下 #18
<demo
src="../demo.vue"
title="Demo block"
desc="use demo"
></demo>
这样写渲染没问题吧?
<demo src="../demo.vue" title="Demo block" desc="use demo" ></demo>
这样写渲染没问题吧?
@dewfall123 有的 可以查看这个仓库: https://github.com/yue7872/vitepress-demo/blob/4d32f3ccd309cdcd635aad5afb99db9ca9666ab6/docs/common/demo.md?plain=1#L14
感谢pr,改了下写法。 生成的文件改到dist这个方法不是很好,后续可能找下其它解决方案(有时间的话:relieved:)。
render correctly:
but when there is a newline rather than space after
<demo
, it won't be rendered