Compare commits

..

1 Commits

Author SHA1 Message Date
ca2980e03c adding new document types 2023-02-14 00:43:37 +00:00
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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