From 7bc6e3faa5b68cb9811d9f205ec6af9c910e3262 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Mon, 1 Jul 2019 08:49:54 -0500 Subject: [PATCH] add comment --- lib/marked.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/marked.js b/lib/marked.js index c797e7add1..1ae353e9dd 100644 --- a/lib/marked.js +++ b/lib/marked.js @@ -108,7 +108,7 @@ block.gfm = merge({}, block.normal, { block.tables = merge({}, block.gfm); /** - * Pedantic grammar + * Pedantic grammar (original John Gruber's loose markdown specification) */ block.pedantic = merge({}, block.normal, {