Closed
Description
https://github.github.com/gfm/#example-31
- Foo
- * * *
- ***
* ---
Is there a reason to handle ===
in isHrMD and * ---
in SpinVditorDOM?
===
is changed after typing enter
, but * ---
is changed without enter
.
I think enter
is better.
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
88250 commentedon Feb 26, 2020
Because parsing
<li>
is complicated, there are many rules to follow by, so we need Lute to handle it. Instead, parsing<hr>
is simpler, and Vditor needs to decide when to parse. For example, when the user types a space, some times need to parse but some times need not be.When needs to parse is the core user experience, we should focus on it always. Our guideline is instant as much as possible. The Setext Heading (
---
and===
) support just improved, maybe rendered without typingenter
in the future.Thank you for these suggestions, we keep moving!
🎨 Vditor 支持 Fix Vanessa219/vditor#180
[-]Example 31[/-][+]GFM Example 31[/+]