forked from docs/doc-exports
Compare commits
1 Commits
main
...
empty_spac
Author | SHA1 | Date | |
---|---|---|---|
701d756f35 |
@ -354,6 +354,11 @@ class OTCDocConvertor:
|
||||
curr = el.string
|
||||
el.string.replace_with(curr[:-1])
|
||||
el.insert_after(" ")
|
||||
elif (
|
||||
el.string
|
||||
and el.span and el.span.string == " "
|
||||
):
|
||||
el.span.decompose()
|
||||
|
||||
# A very dirty hack - if we have "*" inside of em (italic) regular
|
||||
# escaping is not working anymore (pandoc is not producing proper
|
||||
|
Loading…
x
Reference in New Issue
Block a user