Disabled bold, italics and underline recognition due to lack of use/common version differences.
This commit is contained in:
parent
5d7933f998
commit
ca50342e88
1 changed files with 4 additions and 1 deletions
|
@ -199,7 +199,10 @@ def lexMessage(string):
|
||||||
lexlist = [(mecmd, _mecmdre),
|
lexlist = [(mecmd, _mecmdre),
|
||||||
(colorBegin, _ctag_begin), (colorBegin, _gtag_begin),
|
(colorBegin, _ctag_begin), (colorBegin, _gtag_begin),
|
||||||
(colorEnd, _ctag_end),
|
(colorEnd, _ctag_end),
|
||||||
(formatBegin, _format_begin), (formatEnd, _format_end),
|
# karxi: Disabled this for now. No common versions of Pesterchum
|
||||||
|
# actually use it, save for Chumdroid...which shouldn't.
|
||||||
|
# When I change out parsers, I might add it back in.
|
||||||
|
##(formatBegin, _format_begin), (formatEnd, _format_end),
|
||||||
(imagelink, _imgre),
|
(imagelink, _imgre),
|
||||||
(hyperlink, _urlre), (hyperlink_lazy, _url2re),
|
(hyperlink, _urlre), (hyperlink_lazy, _url2re),
|
||||||
(memolex, _memore),
|
(memolex, _memore),
|
||||||
|
|
Loading…
Reference in a new issue