@Xaviju wins 🏆: Convert new lines in br tags

remotes/origin/enhancement/email-actions
David Barragán Merino 2014-11-17 19:11:53 +01:00
parent c34ec5b50c
commit 5129c1f1e1
1 changed files with 2 additions and 1 deletions

View File

@ -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