Closed mythofcode closed 5 years ago
Hello,
I do not want to move away from the standard here. According to Spec, this is always a <hr>
-tag. The HTML page break was a good solution so far. It does not appear visibly in any output format and can be easily inserted via Atom-Autocomplete page-break
(you just have to start typing p
).
There is markdown syntax for a horizontal rule (three or more hyphen, underscore or asterisk characters on a line; see https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#hr).
Please add a boolean configuration option to allow one of these horizontal rule types (say hyphen) to be treated as a page break.
This avoids having to use the div HTML markup to create multiple pages, and also makes makes Atom into an effective replacement for the Marp presentation tool (https://yhatt.github.io/marp/).