forked from docs/doc-exports
Compare commits
3 Commits
adding_new
...
empty_spac
| Author | SHA1 | Date | |
|---|---|---|---|
| 701d756f35 | |||
| 37582ed59f | |||
| b421d4c681 |
@ -354,6 +354,11 @@ 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,6 +77,7 @@
|
|||||||
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
|
||||||
@ -94,6 +95,7 @@
|
|||||||
- 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