From 16269d432590d440ce07c0623772c89eb302f2c2 Mon Sep 17 00:00:00 2001 From: Ben Reinhart Date: Wed, 15 Sep 2021 21:26:50 -0400 Subject: [PATCH] Prevent markdown from parsing []() as link (#162) * Use same order from grammar definition --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 8e0f703..f133c9d 100644 --- a/SPEC.md +++ b/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 higher than `0x10FFFF`. -* Any of "\\/<>{};[]()=,\"" +* Any of `\/(){}<>;[]=,"` ### Line Continuation