I've noticed that I can escape curly braces. That is, if I type \{, I get {. Why are curly braces special characters; what Markdown syntax uses them? I couldn't find anything about it in the editing-help page.
|
|
In at lease one extension to Markdown, something called PHP Markdown Extra, braces are used to add an id to a header: So in that variant of Markdown, this code:
Will produce markup like:
I don't see any reference to extensibility on the Markdown Documentation Page, but perhaps the curly braces and other characters are reserved for future use. |
|||||
|
|
It's just part of Markdown - Markdown provides backslash escapes for the following characters:
\ backslash
` backtick
* asterisk
_ underscore
{} curly braces
[] square brackets
() parentheses
# hash mark
+ plus sign
- minus sign (hyphen)
. dot
! exclamation mark
There's no mention of what special meaning |
|||
|
|
|
The brace ( Not in this range: {0-9}. The backslash ( Special ed maybe. |
|||
|
|