Code blocks need four spaces indentation
This commit is contained in:
parent
beca8029f4
commit
3e00caedeb
1 changed files with 1 additions and 1 deletions
2
smu.c
2
smu.c
|
@ -42,7 +42,7 @@ static Parser parsers[] = { dounderline, docomment, dolineprefix,
|
|||
static int nohtml = 0;
|
||||
|
||||
static Tag lineprefix[] = {
|
||||
{ " ", 0, "<pre><code>", "\n</code></pre>" },
|
||||
{ " ", 0, "<pre><code>", "\n</code></pre>" },
|
||||
{ "\t", 0, "<pre><code>", "\n</code></pre>" },
|
||||
{ "> ", 2, "<blockquote>", "</blockquote>" },
|
||||
{ "###### ", 1, "<h6>", "</h6>" },
|
||||
|
|
Loading…
Add table
Reference in a new issue