forked from docs/doc-exports
Compare commits
1 Commits
empty_spac
...
adding_new
| Author | SHA1 | Date | |
|---|---|---|---|
| ca2980e03c |
@ -354,11 +354,6 @@ class OTCDocConvertor:
|
|||||||
curr = el.string
|
curr = el.string
|
||||||
el.string.replace_with(curr[:-1])
|
el.string.replace_with(curr[:-1])
|
||||||
el.insert_after(" ")
|
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
|
# A very dirty hack - if we have "*" inside of em (italic) regular
|
||||||
# escaping is not working anymore (pandoc is not producing proper
|
# escaping is not working anymore (pandoc is not producing proper
|
||||||
|
|||||||
@ -77,7 +77,6 @@
|
|||||||
files:
|
files:
|
||||||
- otc_doc_convertor/convertor.py
|
- otc_doc_convertor/convertor.py
|
||||||
- docs/cce
|
- docs/cce
|
||||||
- docs/cci
|
|
||||||
- docs/swr
|
- docs/swr
|
||||||
- roles
|
- roles
|
||||||
- templates
|
- templates
|
||||||
@ -95,7 +94,6 @@
|
|||||||
- otc_doc_convertor/convertor.py
|
- otc_doc_convertor/convertor.py
|
||||||
- docs/das
|
- docs/das
|
||||||
- docs/dcs
|
- docs/dcs
|
||||||
- docs/ddm
|
|
||||||
- docs/dds
|
- docs/dds
|
||||||
- docs/gaussdb_mysql
|
- docs/gaussdb_mysql
|
||||||
- docs/gaussdb_nosql
|
- docs/gaussdb_nosql
|
||||||
|
|||||||
Reference in New Issue
Block a user