markup friendly markdown

This should allow using underscores in answers, without them being mangled.
This commit is contained in:
Frédéric Péters 2014-10-16 08:49:49 +02:00
parent fe52fcb2a6
commit 5a35617f85
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ LIVESETTINGS_OPTIONS = {
'ALLOW_POSTING_BEFORE_LOGGING_IN': False,
'TAG_LIST_FORMAT': 'cloud',
},
'MARKUP': {
'MARKUP_CODE_FRIENDLY': True,
},
'VOTE_RULES': {
'MIN_DAYS_FOR_STAFF_TO_ACCEPT_ANSWER': 0,
},