Skip to content

v0.8.2

Compare
Choose a tag to compare
@ClassicOldSong ClassicOldSong released this 29 Jun 08:22
· 219 commits to master since this release
88b93d6

Add a symbol | to support multiline with automatic new line support, no need to add a &n at each line like using . strings.

Example:

>pre
  |If the first line is started with `|`,  it won't be added with `\n` to the beginning.
  . This line of text is following the first line.
  |This starts a new line by automatically adding an `\n` to the beginning of the line.
  |A new line is started.
  |Another new line is started.
  . This follows the previous line.