Test snap that has a description with markdown
This snap has a description that uses the available markdown features.
Markdown is:
- Easier than markup!
- Still readable if unparsed.
- Used in lots of different systems.
Lists items can start with:
Emphasis is available in weak and strong form.
Underscores can also be used for weak and strong emphasis.
Indented code:
10 PRINT "Hello World!"
20 GOTO 10
If you run snap list
you will see the snaps you have installed.
Markdown is taken from the https://spec.commonmark.org/ specification.