I was confused why Panda wasn’t rendering *** on its own line as a horizontal rule (“line separator”). I discovered that it only appears if I explicitly type a space after the characters. This shouldn’t be the case, and does not reflect the Markdown standard.
1 Like
Hello!
We’re currently preventing that to become a line separator because it is conflicting with the italic/bold syntaxes making it hard to write these at the beginning of a paragraph.
You can add another * or put spaces between the ***.
We don’t have other great solutions at the moment.
Best.