Hello,
I want to insert a horizontal line in one of the notes. I typed: ‘—’. However, no horizontal line appears. Would aappreciate any advice.
Normal RTF—and RTF(D)—has no notion of a horizontal rule. One can be coded in RTF raw code but there is no means to insert such into $Text in a way that it will be read. Note that $Text isn’t a word processor—or intended as such.
To get a horizontal rule in preview you can use <hr/>
.
Or if using the Markdown prototype you can use ---
(with a blank line before and after). If the 3 hyphens get turned into an em-dash (a long dash) after typing, you need to first set the note’s $SmartQuotes to false
.
@mwra, thank you!
I will work along the advice you have given!
1 Like