dialogic-godot / documentation

📖 The documentation for the Dialogic Godot plugin.
http://docs.dialogic.pro
16 stars 12 forks source link

Non-breaking space used instead of space #36

Open thiagola92 opened 8 months ago

thiagola92 commented 8 months ago

Some spaces got replaced by non-breaking space, you can notice that listing is not being reproduce correctly:

https://dialogic-docs.coppolaemilio.com/variables.html#22-conditions https://dialogic-docs.coppolaemilio.com/timeline-text-syntax.html#about-special-events https://dialogic-docs.coppolaemilio.com/creating-extensions.html#7-custom-settings-pages

When editing with VScode you can see a dot where is space
image

I checked with python too
image

It seems to be replaced by the mistake in #34

hsandt commented 3 months ago

Exactly, and when copying code snippets directly into GD scripts that causes an error:

Parse Error: Invalid white space character U+00A0.

(try with the very first code snippet in https://docs.dialogic.pro/getting-started#5-adding-the-dialog-to-your-game)

In this case we usually use tabs, so probably replace them with tab indents.