mirror of https://github.com/kdl-org/kdl.git
Prevent markdown from parsing []() as link
This commit is contained in:
parent
a2e53990ed
commit
8a28fd1c5e
2
SPEC.md
2
SPEC.md
|
|
@ -107,7 +107,7 @@ The following characters cannot be used anywhere in a bare
|
||||||
|
|
||||||
* Any codepoint with hexadecimal value `0x20` or below.
|
* Any codepoint with hexadecimal value `0x20` or below.
|
||||||
* Any codepoint with hexadecimal value higher than `0x10FFFF`.
|
* Any codepoint with hexadecimal value higher than `0x10FFFF`.
|
||||||
* Any of "\\/<>{};[]()=,\""
|
* Any of `\/<>{};()[]=,"`
|
||||||
|
|
||||||
### Line Continuation
|
### Line Continuation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue