Testing a attributes.

This commit is contained in:
Christopher Ramírez 2013-09-12 17:30:09 -06:00
parent 16041cb9c8
commit b8c5232dea

View file

@ -50,6 +50,10 @@ common_styles = {
transform_map = {
'a': {
'replace_with': 'text:a',
'attributes': {
'xlink:type': 'simple',
'xlink:href': ''
}
},
'p': common_styles['p'],