1943time / inkdown

A WYSIWYG Markdown editor, improve reading and editing experience. and generate your Markdown files into online documents in the easiest and fastest way.
https://www.inkdown.me
GNU Affero General Public License v3.0
849 stars 35 forks source link

Create horizontal separation line with `---` #48

Closed chen-yingfa closed 5 months ago

chen-yingfa commented 5 months ago

Currently, entering --- will create a front matter, even if it was entered in the middle of a document. I wish that if this was entered in the middle of the document, it will create a separation line instead (which is the behavior in Obsidian, Typora, and GitHub).

1943time commented 5 months ago

Fixed