diff options
Diffstat (limited to 'doc/snac.5')
| -rw-r--r-- | doc/snac.5 | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -25,6 +25,8 @@ A special subset of Markdown is allowed, including: | |||
| 25 | **text between two pairs of asterisks** | 25 | **text between two pairs of asterisks** |
| 26 | .It italic | 26 | .It italic |
| 27 | *text between a pair of asterisks* | 27 | *text between a pair of asterisks* |
| 28 | .It strikethrough text | ||
| 29 | ~~text between a pair of tildes~~ | ||
| 28 | .It code | 30 | .It code |
| 29 | Text `between backticks` is formatted as code. | 31 | Text `between backticks` is formatted as code. |
| 30 | .Bd -literal | 32 | .Bd -literal |
| @@ -41,16 +43,16 @@ int main(int argc, char *argv[]) | |||
| 41 | Standalone URLs are converted to links. Also, from version 2.54, | 43 | Standalone URLs are converted to links. Also, from version 2.54, |
| 42 | markdown-style links in the form of [link label](url) are also | 44 | markdown-style links in the form of [link label](url) are also |
| 43 | supported. | 45 | supported. |
| 44 | .It Line separators | 46 | .It line separators |
| 45 | Horizonal rules can be inserted by typing three minus symbols | 47 | Horizonal rules can be inserted by typing three minus symbols |
| 46 | alone in a line. | 48 | alone in a line. |
| 47 | .It quoted text | 49 | .It quoted text |
| 48 | Lines starting with >. | 50 | Lines starting with >. |
| 49 | .It User Mentions | 51 | .It user mentions |
| 50 | Strings in the format @user@host are requested using the Webfinger | 52 | Strings in the format @user@host are requested using the Webfinger |
| 51 | protocol and converted to links and mentions if something reasonable | 53 | protocol and converted to links and mentions if something reasonable |
| 52 | is found. | 54 | is found. |
| 53 | .It Emoticons / Smileys / Silly Symbols | 55 | .It emoticons /emojis / smileys / silly symbols |
| 54 | (Note: from version 2.51, these symbols are configurable by the | 56 | (Note: from version 2.51, these symbols are configurable by the |
| 55 | instance administrator, so the available ones may differ). | 57 | instance administrator, so the available ones may differ). |
| 56 | .Pp | 58 | .Pp |