Skip to content

Commit a6fb8c2

Browse files
committed
Disable MARKDOWN_CLEAN by default
1 parent 477aee2 commit a6fb8c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rdmo/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
# for example: 'not_empty': 'core/text_blocks/template_for_not_empty.html',
332332
}
333333

334-
MARKDOWN_CLEAN = True
334+
MARKDOWN_CLEAN = False
335335
MARKDOWN_CLEAN_KWARGS = {} # see https://nh3.readthedocs.io for available kwargs
336336

337337
PROJECT_TABLE_PAGE_SIZE = 20

0 commit comments

Comments
 (0)