Changeset - 997380152e45
[Not reviewed]
0 1 0
Sachi King - 7 years ago 2017-04-29 05:47:19
nakato@nakato.io
Silence MARKDOWN debug
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
symposion/markdown_parser.py
Show inline comments
 
import logging
 

	
 
import bleach
...
 
@@ -4,2 +6,5 @@ import markdown
 

	
 
logger = logging.getLogger('MARKDOWN')
 
logger.setLevel(logging.INFO)
 

	
 
tags = bleach.sanitizer.ALLOWED_TAGS[:]
0 comments (0 inline, 0 general)