Implement href for links and fix issues with preformated text in markdown filter.
This commit is contained in:
parent
99be02ad63
commit
a0c9478e72
2 changed files with 19 additions and 10 deletions
|
|
@ -51,7 +51,8 @@ transform_map = {
|
|||
'a': {
|
||||
'replace_with': 'text:a',
|
||||
'attributes': {
|
||||
'xlink:type': 'simple'
|
||||
'xlink:type': 'simple',
|
||||
'xlink:href': ''
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue