Skip to content

Fix RAML array example formatting - #349

Merged
jenschude merged 8 commits into
mainfrom
fix-ramldoc-array-example-formatting
Jul 13, 2026
Merged

Fix RAML array example formatting#349
jenschude merged 8 commits into
mainfrom
fix-ramldoc-array-example-formatting

Conversation

@ColinRosati

@ColinRosati ColinRosati commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Fixes a bug in resolving code examples array of object formatting to be multi line

Currently

examples:
  default:
    strict: true
    value: [ {
    "type" : "CommerceMCP",
    ...
  } ]

Expected output

examples:
  default:
    strict: true
    value:
      [
        {
          "type": "CommerceMCP",
          ...
        }
      ]

@ColinRosati
ColinRosati requested a review from a team as a code owner June 17, 2026 15:06
@jenschude
jenschude merged commit e8142fe into main Jul 13, 2026
6 checks passed
@jenschude
jenschude deleted the fix-ramldoc-array-example-formatting branch July 13, 2026 19:39
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.

2 participants