Prevent markdown from parsing []() as link (#162)

* Use same order from grammar definition
This commit is contained in:
Ben Reinhart 2021-09-15 21:26:50 -04:00 committed by GitHub
parent a2e53990ed
commit 16269d4325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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