aboutsummaryrefslogtreecommitdiff
path: root/doc/snac.5
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2025-08-27 10:01:02 +0200
committergrunfink <grunfink@comam.es>2025-08-27 10:01:02 +0200
commitc5587d4504f856bda5eb49045d199eed075068f4 (patch)
tree689e0647849d39bbc36bd33ff2a6a900b65b04e7 /doc/snac.5
parentc6c5150b598a68bc60d084a9db9447cb9b0137e1 (diff)
Updated documentation.
Diffstat (limited to 'doc/snac.5')
-rw-r--r--doc/snac.58
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/snac.5 b/doc/snac.5
index 8465403..2f3deda 100644
--- a/doc/snac.5
+++ b/doc/snac.5
@@ -26,14 +26,14 @@ A special subset of Markdown is allowed, including:
.It italic
*text between a pair of asterisks*
.It strikethrough text
-~~text between a pair of tildes~~
+~~text between two pairs of tildes~~
.It underlined text
__text between two pairs of underscores__
.It code
Text `between backticks` is formatted as code.
.Bd -literal
```
-/* text between lines with only three backticks is preformatted */
+/* text between lines starting with three backticks is preformatted */
int main(int argc, char *argv[])
{
return 0;
@@ -54,7 +54,9 @@ in the form of ![alt text](image url) are also supported.
Horizonal rules can be inserted by typing three minus symbols
alone in a line.
.It quoted text
-Lines starting with >.
+Lines starting with > (blockquotes).
+.It bullet points
+Lines starting with an asterisk or hyphen plus a space (unsorted lists).
.It headers
One, two or three # at the beginning of a line plus a space plus
some text are converted to HTML headers.