snac2/examples/formatting.txt

27 lines
736 B
Plaintext
Raw Permalink Normal View History

2022-11-18 10:24:16 +03:00
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.
2022-12-04 14:18:07 +03:00
Prepending a greater-than symbol in a line makes it a quote:
2022-11-18 10:24:16 +03:00
> 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;
};
```
2023-01-13 09:02:04 +03:00
URLs like https://en.wikipedia.org/wiki/Main_Page are made clickable, https://codeberg.org/grunfink/snac2.
2022-12-03 22:54:44 +03:00
Some emojis: X-D <3 :beer: :shrug: :shrug2: