hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.38k stars 916 forks source link

[Question] 靠右对齐 #764

Open LiuFqiang opened 2 years ago

LiuFqiang commented 2 years ago

💬 Questions and Help

image 请问一下,上面这种情况怎么解决才能靠右,

wangsongc commented 2 years ago

工具栏有居右的按钮,你也可以这么写:

::: hljs-right

居右

:::
youngda commented 2 years ago

请问下这种语法如何使用markdown-it 转为html

LiuFqiang commented 2 years ago

请问下这种语法如何使用markdown-it 转为html "markdown-it": "12.2.0",

const md = new MarkdownIt(); let markdownHtml = md.render(this.markdownTxt)

youngda commented 2 years ago

非常感谢,一会试试