Bullet lists
Bullet lists starting with -
or *
are detected. The *
is replaced by a nicer symbol. Line breaks are indented if introduced by e.g. line wraps or defined in the source.
Example
G1:
text: |
This is a test for bullet lists:
- Let's see if this works.
- Another item.
- Another item with *bold* text.
- Another item with _italic_ text.
Some other text.
charWrap: 20
supportedBy: Sn1
Sn1:
text: |
This is a test for bullet lists:
* Let's see if this works.
* Another item.
* Another item with *bold* text.
And this is an indented line.
* Another item with _italic_ text.
will be rendered to: