From be4843b90df0c4b8df8e5276798317e631f86936 Mon Sep 17 00:00:00 2001 From: "gottox@rootkit.lan" Date: Tue, 11 Dec 2007 23:18:08 +0100 Subject: [PATCH] There is no h7 -.- --- cmarkdown.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cmarkdown.c b/cmarkdown.c index de03220..a667c6d 100644 --- a/cmarkdown.c +++ b/cmarkdown.c @@ -48,7 +48,6 @@ struct Tag lineprefix[] = { { " ", 0, "pre" }, { "\t", 0, "pre" }, { "> ", 1, "blockquote" }, - { "####### ", 1, "h7" }, { "###### ", 1, "h6" }, { "##### ", 1, "h5" }, { "#### ", 1, "h4" },