Implementing <pre> tag. <code> tag is still buggy.

This commit is contained in:
Christopher Ramírez 2013-09-12 17:23:08 -06:00
parent 636c3521a0
commit aab74d3ef2

View file

@ -83,4 +83,17 @@ transform_map = {
} }
}, },
'pre': {
'replace_with': 'text:p',
'attributes': {
'style-name': 'Preformatted_20_Text'
}
},
'code': {
'replace_with': 'text:span',
'attributes': {
'style-name': 'Preformatted_20_Text'
}
},
} }