自定义容器如何定制代码块的名字
#3056
Replies: 1 comment 2 replies
-
你可以把obsidian支持的语法都列出来,我们可以支持。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
由于平时记笔记比较偏向于
obsidian
,里面有一款插件,实现效果和vuepress
中的自定义容器的效果是类似的,不同之处在于,比如obsidian
中是这样的:而
vuepress
中采用的是markdown-it
中的格式:我看文档中样式化有提到创建行内 snippet,对内联标记进行样式化,不知道这种方法能否实现将
obsidian
中的容器转换为vuepress
中的容器呢Beta Was this translation helpful? Give feedback.
All reactions