-
Notifications
You must be signed in to change notification settings - Fork 0
Markdown Formatting
Blog posts and your blog's footer are formatted using my own implementation of Markdown. This is accomplished with regular expressions, and can be seen in the formatter.php file in the core directory. I have created this documentation page to spare users from having to look at that, however.
Using asterisks or dashes followed by a space. Like so:
- Item
- Item
* Item
* Item
Using a number followed by a dot or a closing parenthesis. Like so:
1. Item
2. Item
1) Item
2) Item
Using two asterisks on each side. Like so:
**Bold**
Using one asterisk on each side. Like so:
*Italic*
Using 3 backticks (`) on each side.
Using one backtick on each side. Like so:
`Code`
A hash followed by a space. Like so:
# Heading
Two hashes followed by a space. Like so:
## Subheading
Three dashes. Like so:
---
A greater than symbol followed by a space. Like so:
> Blockquote
Exclamation mark, alt text (optional) in square brackets, image link in parentheses. Like so:

Link text in square brackets, URL in parentheses. Like so:
[link text](https://example.com)
Two newlines. Like so:
Two spaces. Like so:
Text