User interface to insert a thematic break #24
Labels
Difficulty: Medium
Good First Issue (Taken)
Help Wanted 🆘
Extra attention is needed
Package: Markdown Editor ⌨️
Type: Feature Request 🛍️
New feature or request
Milestone
Markdown supports the concept of a thematic break which markdown-pdf interprets as a page break (
---
in markdown). Having a toolbar item to insert a thematic break in the markdown editor would allow users to control where page breaks occur in PDFs that are generated from the contents of the editor.The thematic break should be rendered in Slate to indicate that a page break will occur. E.g.
Or similar.
In CommonMark this is represented by an
org.accordproject.commonmark.ThematicBreak
node. See:https://models.accordproject.org/markdown/commonmark@0.2.0.html
The text was updated successfully, but these errors were encountered: