summaryrefslogtreecommitdiff
path: root/smu.c
diff options
context:
space:
mode:
Diffstat (limited to 'smu.c')
-rw-r--r--smu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/smu.c b/smu.c
index ddd75b3..c040bda 100644
--- a/smu.c
+++ b/smu.c
@@ -36,9 +36,9 @@ static void hprint(const char *begin, const char *end); /* esc
static void process(const char *begin, const char *end, int isblock); /* Processes range between begin and end. */
/* list of parsers */
-static Parser parsers[] = { dounderline, dohtml, docomment, dolineprefix,
+static Parser parsers[] = { dounderline, docomment, dolineprefix,
dolist, doparagraph, dogtlt, dosurround, dolink,
- doshortlink, doamp, doreplace };
+ doshortlink, dohtml, doamp, doreplace };
static int nohtml = 0;
static Tag lineprefix[] = {