-
|
I want to create a passage like this: In Markdown I would just write |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
@luneutic in standard Markdown, a weak line break like Edit (v1.8.0): the |
Beta Was this translation helpful? Give feedback.
-
|
As a side note, Quarkdown does support HTML, but enforces calling the |
Beta Was this translation helpful? Give feedback.
-
|
@luneutic #172 added the |
Beta Was this translation helpful? Give feedback.
@luneutic in standard Markdown, a weak line break like
<br>is achieved by appending two or more spaces at the end of the line, followed by a line break. Quarkdown follows the Markdown specification.Edit (v1.8.0): the
.brfunction can also be used as an unambiguous line break method.