summaryrefslogtreecommitdiff
path: root/examples/formatting.md
diff options
context:
space:
mode:
authorGravatar grunfink2026-02-28 10:38:35 +0100
committerGravatar grunfink2026-02-28 10:38:35 +0100
commit57fd3174e6b3086e1613edcc468284fad75d85b3 (patch)
treebae5eba26067cfedec8e4eda21a59d2122813e0b /examples/formatting.md
parentformatting.txt renamed to formatting.md. (diff)
downloadsnac2-57fd3174e6b3086e1613edcc468284fad75d85b3.tar.gz
snac2-57fd3174e6b3086e1613edcc468284fad75d85b3.tar.xz
snac2-57fd3174e6b3086e1613edcc468284fad75d85b3.zip
Updated formatting.md.HEADmaster
Diffstat (limited to 'examples/formatting.md')
-rw-r--r--examples/formatting.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/formatting.md b/examples/formatting.md
index b56f85d..b506fff 100644
--- a/examples/formatting.md
+++ b/examples/formatting.md
@@ -1,3 +1,5 @@
1## Your snac posts can be fancy
2
1Messages in `snac` allow a special subset of Markdown, that includes *emphasized*, **strong**, `monospaced`, ~~strikethrough~~ and __underlined__ styles by surrounding text with one asterisk, two asterisks, backquotes, two tildes and two underlines, respectively. 3Messages in `snac` allow a special subset of Markdown, that includes *emphasized*, **strong**, `monospaced`, ~~strikethrough~~ and __underlined__ styles by surrounding text with one asterisk, two asterisks, backquotes, two tildes and two underlines, respectively.
2 4
3Line breaks are respected and output as you write them. 5Line breaks are respected and output as you write them.
@@ -25,7 +27,7 @@ It also allows preformatted text using three backquotes in a single line:
25- are also supported, 27- are also supported,
26- by starting a line with a hyphen or asterisk followed by a space. 28- by starting a line with a hyphen or asterisk followed by a space.
27 29
28URLs like https://en.wikipedia.org/wiki/Main_Page are made clickable, https://comam.es/what-is-snac. 30URLs like https://en.wikipedia.org/wiki/Main_Page are made clickable.
29 31
30Links can also be written in [standard Markdown style](https://comam.es/what-is-snac). 32Links can also be written in [standard Markdown style](https://comam.es/what-is-snac).
31 33
@@ -45,4 +47,6 @@ Headings can be defined using one, two, or three hash symbols in the beginning o
45 47
46But please take note that every ActivityPub implementation out there have its own rules for filtering out these formatting styles, so you can only guess what other people will really see. 48But please take note that every ActivityPub implementation out there have its own rules for filtering out these formatting styles, so you can only guess what other people will really see.
47 49
48These acrobatics are better documented in the `snac(5)` man page. 50These acrobatics are better documented in the [snac(5)](https://comam.es/snac-doc/snac.5.html) man page.
51
52[WHAT IS THIS SNAC THING?](https://comam.es/what-is-snac)