From 68521f95431622806279e32a8c015121f7ce1c47 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 9 Jan 2015 15:00:28 -0800 Subject: Comment fix. --- js/lib/inlines.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'js/lib/inlines.js') diff --git a/js/lib/inlines.js b/js/lib/inlines.js index 553be53..70247cd 100644 --- a/js/lib/inlines.js +++ b/js/lib/inlines.js @@ -68,9 +68,7 @@ var reEntityHere = new RegExp('^' + ENTITY, 'i'); var reEntity = new RegExp(ENTITY, 'gi'); -// Matches a character with a special meaning in markdown, -// or a string of non-special characters. Note: we match -// clumps of _ or * or `, because they need to be handled in groups. +// Matches a string of non-special characters. var reMain = /^[^\n`\[\]\\!<&*_]+/m; // Replace entities and backslash escapes with literal characters. -- cgit v1.2.3