Implemented <a> tag with support to href attribute.

This commit is contained in:
Christopher Ramírez 2013-09-12 18:24:40 -06:00
parent b8c5232dea
commit 99be02ad63
2 changed files with 13 additions and 3 deletions

View file

@ -51,8 +51,7 @@ transform_map = {
'a': {
'replace_with': 'text:a',
'attributes': {
'xlink:type': 'simple',
'xlink:href': ''
'xlink:type': 'simple'
}
},