Prevent markdown from parsing []() as link

This commit is contained in:
Ben Reinhart 2021-09-15 18:36:45 -04:00
parent a2e53990ed
commit 8a28fd1c5e
1 changed files with 1 additions and 1 deletions

View File

@ -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 higher than `0x10FFFF`.
* Any of "\\/<>{};[]()=,\""
* Any of `\/<>{};()[]=,"`
### Line Continuation