fix shortlinks when -n is not given. #4
This commit is contained in:
parent
0f3176f753
commit
2181caf0c4
1 changed files with 2 additions and 2 deletions
4
smu.c
4
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. */
|
static void process(const char *begin, const char *end, int isblock); /* Processes range between begin and end. */
|
||||||
|
|
||||||
/* list of parsers */
|
/* list of parsers */
|
||||||
static Parser parsers[] = { dounderline, dohtml, docomment, dolineprefix,
|
static Parser parsers[] = { dounderline, docomment, dolineprefix,
|
||||||
dolist, doparagraph, dogtlt, dosurround, dolink,
|
dolist, doparagraph, dogtlt, dosurround, dolink,
|
||||||
doshortlink, doamp, doreplace };
|
doshortlink, dohtml, doamp, doreplace };
|
||||||
static int nohtml = 0;
|
static int nohtml = 0;
|
||||||
|
|
||||||
static Tag lineprefix[] = {
|
static Tag lineprefix[] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue