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

[Bug] 预览模式问题 #870

Closed fayeah closed 11 months ago

fayeah commented 11 months ago

🐛 Bug Report

输入内容之后,预览模式与编辑内容不一致

Steps To Reproduce 打开mavonEditor在线应用(http://www.mavoneditor.com/ ),输入一段文本:

xxx_{uid}_1
xxx_{uid}_2

右侧预览模式与编辑模式不同,下划线丢失。

Screenshots

image

The expected behaviour

期望预览模式与编辑模式内容格式一致。

Possible solution (optional, but very helpful)

update: 发现是markdown中_对应标签,换行之后依然视为成对出现,将文本转换为斜体。

reference: https://markdown-it.github.io/