Commit 793a9995 authored by Andreas Jung's avatar Andreas Jung

<a href="index_html">index_html</a> got transformed to

<a href="index<u>html">index</u>html</a>
(reported by Amos)
parent 8e8571b5
...@@ -12,6 +12,6 @@ letters = string.letters ...@@ -12,6 +12,6 @@ letters = string.letters
literal_punc = punc_func("'") literal_punc = punc_func("'")
dbl_quoted_punc = punc_func("\"") dbl_quoted_punc = punc_func("\"")
strongem_punc = punc_func('*') strongem_punc = punc_func('*')
under_punc = punc_func('_') under_punc = punc_func('_<>')
phrase_delimiters = r'\s\.\,\?\/\!\&\(\)' phrase_delimiters = r'\s\.\,\?\/\!\&\(\)'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment