Skip to content

Commit

Permalink
🎨 Vditor 支持 支持类似 Typora 的及时渲染模式(保留 Markdown 标记符) Vanessa219/vditor#27
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Mar 11, 2020
1 parent 6632816 commit 9b9509f
Show file tree
Hide file tree
Showing 2 changed files with 866 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parse/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ type Options struct {
Terms map[string]string
// Vditor 所见即所得支持
VditorWYSIWYG bool
// Vditor 及时渲染支持
VditorIR bool
// InlineMathAllowDigitAfterOpenMarker 设置内联数学公式是否允许起始 $ 后紧跟数字 https://github.com/b3log/lute/issues/38
InlineMathAllowDigitAfterOpenMarker bool
// LinkBase 设置链接、图片的基础路径。如果用户在链接或者图片地址中使用相对路径(没有协议前缀且不以 / 开头)并且 LinkBase 不为空则会用该值作为前缀。
Expand Down
Loading

0 comments on commit 9b9509f

Please sign in to comment.