From 8a28fd1c5e1900988b7ee10457cbc3a81d017af2 Mon Sep 17 00:00:00 2001 From: Ben Reinhart Date: Wed, 15 Sep 2021 18:36:45 -0400 Subject: [PATCH] Prevent markdown from parsing []() as link --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 8e0f703..a9a1dfa 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