Replies: 2 comments 3 replies
-
|
Quotation marks have no special meaning in Markdown-it parsing. If you really want to handle them specially, there are three options: one is to directly use regular expressions to process |
Beta Was this translation helpful? Give feedback.
-
同样的代码,升级后就可以用了,老天爷,我疯掉了!!!!... 不可用:0.0.2-beta.8 我退回去验证了,确认是版本的问题。 虽然它不优雅,但最起码,能用了! 中途我还尝试过各种自定义组件,都不行。至于自定义组件能不能用,我懒得去弄了,就这样吧! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
比如内容是一段剧本或者小说,内容中角色的发言会被引号包裹,例如:
王二幸灾乐祸地说道:“哈哈,这回搬起石头砸了自己的脚吧!”我想让它渲染后变成:
王二幸灾乐祸地说道:<span class="line">“哈哈,这回搬起石头砸了自己的脚吧!”</span>请问大佬,这该怎么做?
小白抓狂中...
Beta Was this translation helpful? Give feedback.
All reactions