|
@@ -18,7 +18,7 @@ from django.utils.text import normalize_newlines
|
|
|
|
|
|
# Configuration for urlize() function.
|
|
|
TRAILING_PUNCTUATION = ['.', ',', ':', ';', '.)']
|
|
|
-WRAPPING_PUNCTUATION = [('(', ')'), ('<', '>'), ('<', '>')]
|
|
|
+WRAPPING_PUNCTUATION = [('(', ')'), ('<', '>'), ('[', ']'), ('<', '>')]
|
|
|
|
|
|
# List of possible strings used for bullets in bulleted lists.
|
|
|
DOTS = ['·', '*', '\u2022', '•', '•', '•']
|