summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Bartel <karl42@gmail.com>2019-09-29 17:27:26 +0200
committerEnno Boland <g@s01.de>2020-07-01 08:56:22 +0200
commit3e00caedeb16cdc3bb0740e2592064bf1823f7ad (patch)
tree4c83ea8abceb9ebb693fc70e636cb972f97e4a7b
parentbeca8029f4b0bb433a4be950fc3c158b6903765e (diff)
Code blocks need four spaces indentation
-rw-r--r--smu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smu.c b/smu.c
index 2263877..4684b96 100644
--- a/smu.c
+++ b/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>" },