Help:TootCat/HTML/formatting/Markdown

From Mew
< Help:TootCat‎ | HTML‎ | formatting
Revision as of 18:42, 28 May 2023 by Woozle (talk | contribs) (Created page with "{{fmt/title|formatting posts with Markdown}} Remember that anything that works with the HTML option will also work with the Markdown option! <syntaxhighlight lang=md>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

formatting posts with Markdown

Remember that anything that works with the HTML option will also work with the Markdown option!

=====================
Character formatting:
=====================
**bold**
*italic*
~~strike~~
_underline_
[link text](URL) - must be full URL with protocol

======
Lists:
======
* bullet item one
* bullet item two
  * sub-item for item 2 (2 spaces per indent)
* bullet item three

1. numbered list item 1
2. numbered list item 2

============
Fixed-pitch:
============
`inline fixed-pitch text`
```
multiline fixed-pitch text
```

============
Text blocks:
============
# Header 1
## Header 2
### Header 3

> quote-indented text

Further Reading on Markdown

Note that TootCat only supports a small subset of Markdown.