Compare commits

..

3 Commits

Author SHA1 Message Date
701d756f35 dealing with empty space in strong.span element 2023-02-16 16:44:33 +00:00
37582ed59f adding new repos to zuul jobs
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2023-02-15 09:45:05 +00:00
b421d4c681 adding new document types
Reviewed-by: vladimirhasko <vladimirhasko@gmail.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2023-02-14 00:52:55 +00:00
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -77,6 +77,7 @@
files:
- otc_doc_convertor/convertor.py
- docs/cce
- docs/cci
- docs/swr
- roles
- templates
@ -94,6 +95,7 @@
- otc_doc_convertor/convertor.py
- docs/das
- docs/dcs
- docs/ddm
- docs/dds
- docs/gaussdb_mysql
- docs/gaussdb_nosql