Merge branch 'pr52'

This commit is contained in:
Christopher Ramírez 2017-10-03 12:08:24 -06:00
commit 943d1f2edd

View file

@ -124,4 +124,8 @@ transform_map = {
'li': { 'li': {
'replace_with': 'text:list-item' 'replace_with': 'text:list-item'
}, },
'br': {
'replace_with': 'text:line-break'
},
} }