Skip to content

Fix nested list indentation for correct MkDocs rendering#77

Merged
jefftriplett merged 1 commit into
mainfrom
fix/checklist-indentation
Feb 14, 2026
Merged

Fix nested list indentation for correct MkDocs rendering#77
jefftriplett merged 1 commit into
mainfrom
fix/checklist-indentation

Conversation

@jefftriplett

Copy link
Copy Markdown
Member

Summary

  • Fixes nested list item indentation from 2-space to 4-space across 13 documentation files
  • MkDocs Material theme requires 4-space indentation for nested lists to render as proper sub-items
  • No content changes, only whitespace indentation fixes

Fixes #74

MkDocs Material theme requires 4-space indentation for nested list
items to render correctly. This fixes all 2-space indented sub-items
across 13 documentation files.

Fixes #74
@jefftriplett

Copy link
Copy Markdown
Member Author

Merging to test it.

@jefftriplett jefftriplett merged commit 17e87c2 into main Feb 14, 2026
@jefftriplett jefftriplett deleted the fix/checklist-indentation branch February 14, 2026 02:05
@drewbrew

Copy link
Copy Markdown
Contributor

Thanks!

Is it possible to put this in an editor config so it doesn't happen again?

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.

Checklist markdown doesn't render indented bullets correctly

2 participants