aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-01-21 14:39:49 +0100
committerdefault <nobody@localhost>2025-01-21 14:39:49 +0100
commit468b7a38885152cb2d61537abfdd9a4cda9c847a (patch)
tree5bb4a2894e9db2ab80670f1f87d6d3a07f653b4a
parentece1b9ed165f524d50c3be20e477a7c9b25e19a4 (diff)
Updated documentation.
-rw-r--r--doc/snac.57
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/snac.5 b/doc/snac.5
index be7bfd7..3550995 100644
--- a/doc/snac.5
+++ b/doc/snac.5
@@ -24,9 +24,11 @@ A special subset of Markdown is allowed, including:
.It bold
**text between two pairs of asterisks**
.It italic
-*text between a pair of asterisks*
+*text between a pair of asterisks* or _between a pair of underscores_
.It strikethrough text
~~text between a pair of tildes~~
+.It underlined text
+__text between two pairs of underscores__
.It code
Text `between backticks` is formatted as code.
.Bd -literal
@@ -53,6 +55,9 @@ Horizonal rules can be inserted by typing three minus symbols
alone in a line.
.It quoted text
Lines starting with >.
+.It headers
+One, two or three # at the beginning of a line plus a space plus
+some text are converted to HTML headers.
.It user mentions
Strings in the format @user@host are requested using the Webfinger
protocol and converted to links and mentions if something reasonable