@Xaviju wins 🏆: Convert new lines in br tags
parent
c34ec5b50c
commit
5129c1f1e1
|
@ -74,7 +74,8 @@ def _make_extensions_list(wikilinks_config=None, project=None):
|
||||||
MentionsExtension(),
|
MentionsExtension(),
|
||||||
TaigaReferencesExtension(project),
|
TaigaReferencesExtension(project),
|
||||||
"extra",
|
"extra",
|
||||||
"codehilite"]
|
"codehilite",
|
||||||
|
"nl2br"]
|
||||||
|
|
||||||
|
|
||||||
import diff_match_patch
|
import diff_match_patch
|
||||||
|
|
Loading…
Reference in New Issue