Skip to content

Fix Quick Start rendering in README#9

Merged
asukhodko merged 1 commit into
mainfrom
codex/fix-quick-start-example-rendering
Jan 12, 2026
Merged

Fix Quick Start rendering in README#9
asukhodko merged 1 commit into
mainfrom
codex/fix-quick-start-example-rendering

Conversation

@asukhodko

Copy link
Copy Markdown
Owner

Motivation

  • The Quick Start example contained a fenced Python block that included a nested Markdown code fence which prevented correct rendering.
  • The README's example needed to allow nested triple-backtick fences inside the shown Python string literal.

Description

  • Updated README.md Quick Start example to use a four-backtick fence for the Python example (````python / ````) so the inner ```python ``` block renders correctly.
  • The change is limited to the documentation example and does not affect library code or behavior.

Testing

  • No automated tests were run because this is a docs-only change.
  • Documentation rendering build was not executed as part of this change.

Codex Task

@asukhodko asukhodko merged commit 4e95c58 into main Jan 12, 2026
1 check passed
@asukhodko asukhodko deleted the codex/fix-quick-start-example-rendering branch January 12, 2026 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant