Skip to content

v2.3.5

Choose a tag to compare

@github-actions github-actions released this 28 May 20:07

Bug Fixes

  • Bare language marker repairfix_bare_language_markers in post_processors.py detects when the LLM appends :typescript / :json / etc. directly to a sentence instead of opening a proper ```typescript fence, and inserts the correct fence. Without this, code content following the marker sits in free MDX body and causes acorn parse errors.