diff options
| author | gottox@rootkit.lan <gottox@rootkit.lan> | 2007-12-11 23:18:08 +0100 |
|---|---|---|
| committer | gottox@rootkit.lan <gottox@rootkit.lan> | 2007-12-11 23:18:08 +0100 |
| commit | be4843b90df0c4b8df8e5276798317e631f86936 (patch) | |
| tree | 92dc3d55582277f7e75a01a41e6ae0046a6c5ca6 /cmarkdown.c | |
| parent | 7f666f693c45969c522075cf27c490c44a9b4d91 (diff) | |
There is no h7 -.-
Diffstat (limited to 'cmarkdown.c')
| -rw-r--r-- | cmarkdown.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" }, |