snac2/examples/formatting.txt
2023-01-13 07:02:04 +01:00

27 lines
736 B
Plaintext

Messages in `snac` allow a special subset of Markdown, that includes *emphasized*, **strong** and `monospaced` styles by surrounding text with one asterisk, two asterisks or backquotes, respectively.
Line breaks are output as you write it.
Prepending a greater-than symbol in a line makes it a quote:
> This is quoted text
>
> All angle-prepended lines are grouped in the same blockquote
It also allows preformatted text using three backquotes in a single line:
```
/* this is preformatted text */
struct node {
struct node *prev;
struct node *next;
};
```
URLs like https://en.wikipedia.org/wiki/Main_Page are made clickable, https://codeberg.org/grunfink/snac2.
Some emojis: X-D <3 :beer: :shrug: :shrug2: