mirror of
https://github.com/django/django.git
synced 2025-09-29 13:34:57 +00:00
parent
a69c4d626a
commit
824981b2dc
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ WRAPPING_PUNCTUATION = [('(', ')'), ('[', ']')]
|
||||||
# List of possible strings used for bullets in bulleted lists.
|
# List of possible strings used for bullets in bulleted lists.
|
||||||
DOTS = ['·', '*', '\u2022', '•', '•', '•']
|
DOTS = ['·', '*', '\u2022', '•', '•', '•']
|
||||||
|
|
||||||
unencoded_ampersands_re = _lazy_re_compile(r'&(?!(\w+|#\d+);)')
|
|
||||||
word_split_re = _lazy_re_compile(r'''([\s<>"']+)''')
|
word_split_re = _lazy_re_compile(r'''([\s<>"']+)''')
|
||||||
simple_url_re = _lazy_re_compile(r'^https?://\[?\w', re.IGNORECASE)
|
simple_url_re = _lazy_re_compile(r'^https?://\[?\w', re.IGNORECASE)
|
||||||
simple_url_2_re = _lazy_re_compile(
|
simple_url_2_re = _lazy_re_compile(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue