From 42a846f59d7b6971ff1111544df089a9ff0f6570 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 25 Oct 2012 02:04:52 +0530 Subject: modified: parsers/CodeBlocks.java parsers/Paragraphs.java --- parsers/Paragraphs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/Paragraphs.java') diff --git a/parsers/Paragraphs.java b/parsers/Paragraphs.java index 02d6de6..2a619b3 100644 --- a/parsers/Paragraphs.java +++ b/parsers/Paragraphs.java @@ -27,7 +27,7 @@ public class Paragraphs implements Parser { * give the paragraph that is identified htmlTagPattern * and see whether the "paragraph" that is actually * deducted is some other html block like

(heading) - * or
, etcetera. "matcher.find()" has + * or
, etcetera. If "matcher.find()" has * actually found a html block then we don't need to do * the conversion. */ -- cgit v1.2.3