Skip to content

settings.toml (environment) documentation had doubled backslashes#11119

Merged
tannewt merged 1 commit into
adafruit:mainfrom
dhalbert:fix-settings.toml-escape-code-doc
Jul 14, 2026
Merged

settings.toml (environment) documentation had doubled backslashes#11119
tannewt merged 1 commit into
adafruit:mainfrom
dhalbert:fix-settings.toml-escape-code-doc

Conversation

@dhalbert

@dhalbert dhalbert commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

environment.rst, for settings.toml had doubled backslashes inside the sample TOML settings. But RST doesn't do backslash escape processing inside a code-block, so the doubled blackslashes were preserved

FRENCH2="\\u0153uvre" # same unicode string, using a 16-bit escape code

was fixed to be

FRENCH2="\u0153uvre" # same unicode string, using a 16-bit escape code

Testing: I examined the generated make html output to make sure it looks right.

@dhalbert dhalbert changed the title settings.toml (environment) documnetation had doubled backslashes settings.toml (environment) documentation had doubled backslashes Jul 14, 2026
@dhalbert
dhalbert requested a review from tannewt July 14, 2026 15:28

@tannewt tannewt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tannewt
tannewt merged commit 96c3864 into adafruit:main Jul 14, 2026
14 checks passed
@dhalbert
dhalbert deleted the fix-settings.toml-escape-code-doc branch July 14, 2026 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

settings.toml, CIRCUITPY_WIFI_SSID, and Unicode

2 participants