Skip to content

fix: outdent indented numbered-list items (2 tutorials)#176

Open
jung-thomas wants to merge 1 commit into
mainfrom
fix/issue-193-indented-numbered-items
Open

fix: outdent indented numbered-list items (2 tutorials)#176
jung-thomas wants to merge 1 commit into
mainfrom
fix/issue-193-indented-numbered-items

Conversation

@jung-thomas

Copy link
Copy Markdown

Summary

Outdents 2 numbered-list items so they sit flush with their sibling markers instead of being interpreted by CommonMark as nested <ol start="N"> items. Detected by tutorials-ims/scripts/lint-tutorial-markdown.ts and tracked in tutorials-ims#193.

Changes (2 tutorials)

Tutorial Lines Fix
btp-sdm-gwi-onbrepo-jwt-token L57 Outdent 4. from column 6 to column 4 to match siblings 1./2./3. (this is a nested list — child of the outer 2., NOT flush-left)
luigi-app-react L356 Outdent 2. from 2-space indent to flush-left to match sibling 1.

Per-edit verification: each numbered marker is now flush with its matching sibling. CommonMark continuation content (code blocks, images) within each item retains its existing indent so it remains attached to the right list item.

Verification

Run lint-tutorial-markdown against a fresh .tutorial-cache/ after merge — these 2 tutorials should drop off the report.

Related

Sibling numbered-list items 4. and 2. were indented further than their
preceding siblings. CommonMark interprets that as a fresh nested
<ol start=N>, which renders as a layout glitch on the new tutorial
platform (sap-tutorials/tutorials-ims#168).

Files changed (2 tutorials):
- btp-sdm-gwi-onbrepo-jwt-token: outdent 4. (L57) from column 6 to column 4 to match siblings 1-3 (this is a nested list — child of the outer item 2., not flush-left)
- luigi-app-react: outdent 2. (L356) from 2-space indent to flush-left to match sibling 1.

Per-edit verification: each numbered marker is now flush with its
matching sibling. CommonMark continuation content (code blocks, images)
within each item retains its existing indent.

Detected by: tutorials-ims/scripts/lint-tutorial-markdown.ts.
Tracking: sap-tutorials/tutorials-ims#193.
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.

1 participant