diff options
| author | 2026-02-28 10:38:35 +0100 | |
|---|---|---|
| committer | 2026-02-28 10:38:35 +0100 | |
| commit | 57fd3174e6b3086e1613edcc468284fad75d85b3 (patch) | |
| tree | bae5eba26067cfedec8e4eda21a59d2122813e0b /examples/formatting.md | |
| parent | formatting.txt renamed to formatting.md. (diff) | |
| download | snac2-57fd3174e6b3086e1613edcc468284fad75d85b3.tar.gz snac2-57fd3174e6b3086e1613edcc468284fad75d85b3.tar.xz snac2-57fd3174e6b3086e1613edcc468284fad75d85b3.zip | |
Diffstat (limited to 'examples/formatting.md')
| -rw-r--r-- | examples/formatting.md | 8 |
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 | |||
| 1 | Messages 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. | 3 | Messages 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 | ||
| 3 | Line breaks are respected and output as you write them. | 5 | Line 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 | ||
| 28 | URLs like https://en.wikipedia.org/wiki/Main_Page are made clickable, https://comam.es/what-is-snac. | 30 | URLs like https://en.wikipedia.org/wiki/Main_Page are made clickable. |
| 29 | 31 | ||
| 30 | Links can also be written in [standard Markdown style](https://comam.es/what-is-snac). | 32 | Links 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 | ||
| 46 | But 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. | 48 | But 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 | ||
| 48 | These acrobatics are better documented in the `snac(5)` man page. | 50 | These 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) | ||