Code blocks need four spaces indentation

This commit is contained in:
Karl Bartel 2019-09-29 17:27:26 +02:00 committed by Enno Boland
parent beca8029f4
commit 3e00caedeb

2
smu.c
View file

@ -42,7 +42,7 @@ static Parser parsers[] = { dounderline, docomment, dolineprefix,
static int nohtml = 0; static int nohtml = 0;
static Tag lineprefix[] = { static Tag lineprefix[] = {
{ " ", 0, "<pre><code>", "\n</code></pre>" }, { " ", 0, "<pre><code>", "\n</code></pre>" },
{ "\t", 0, "<pre><code>", "\n</code></pre>" }, { "\t", 0, "<pre><code>", "\n</code></pre>" },
{ "> ", 2, "<blockquote>", "</blockquote>" }, { "> ", 2, "<blockquote>", "</blockquote>" },
{ "###### ", 1, "<h6>", "</h6>" }, { "###### ", 1, "<h6>", "</h6>" },