Skip to content

Commit 49cd97d

Browse files
authored
Update README.md
1 parent 5e8c14b commit 49cd97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ To declare a variable as an html variable, we only have to change the type in th
344344

345345
Limitation : Html is not interpreted into "shape content". For example for a text associated to a rectangle inserted into the document.
346346

347-
Due to a bug with the "paste HTML" function of libreoffice, we have to add # a &nbsp; at the beginning of the string to make it work. Without that, the first element of a list # <ul><li>...</li></ul> is displayed without the bullet point. This is the less visible workaround I found. html_string = '&nbsp;' + html_string
347+
Due to a bug with the "paste HTML" function of libreoffice, we have to add # a &nbsp; at the beginning of the string to make it work. Without that, the first element of a list # `<ul><li>...</li></ul> is displayed without the bullet point. This is the less visible workaround I found. html_string = '&nbsp;' + html_string
348348
If you want to disable this. you can set DISABLE_HTML_HACK to true (look a the .env file)
349349

350350

0 commit comments

Comments
 (0)