Implemented <a> tag with support to href attribute.
This commit is contained in:
parent
b8c5232dea
commit
99be02ad63
2 changed files with 13 additions and 3 deletions
|
|
@ -51,8 +51,7 @@ transform_map = {
|
|||
'a': {
|
||||
'replace_with': 'text:a',
|
||||
'attributes': {
|
||||
'xlink:type': 'simple',
|
||||
'xlink:href': ''
|
||||
'xlink:type': 'simple'
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue