diff --git a/smu.c b/smu.c index dc72cb3..2263877 100644 --- a/smu.c +++ b/smu.c @@ -42,8 +42,8 @@ static Parser parsers[] = { dounderline, docomment, dolineprefix, static int nohtml = 0; static Tag lineprefix[] = { - { " ", 0, "
", "
" }, - { "\t", 0, "
", "
" }, + { " ", 0, "
", "\n
" }, + { "\t", 0, "
", "\n
" }, { "> ", 2, "
", "
" }, { "###### ", 1, "
", "
" }, { "##### ", 1, "
", "
" },