Skip to content

Conversation

@jerry-git
Copy link
Owner

@jerry-git jerry-git commented Feb 3, 2026

Summary

  • Add blank line before bullet point list in README.md to ensure proper markdown rendering
  • Without the blank line, the bullet points were rendered as literal asterisks inside a paragraph instead of as a proper list

Fixes #115

Test plan

  • Verified mkdocs build --strict succeeds
  • Verified bullet points render as <ul><li> elements in the generated HTML

🤖 Generated with Claude Code

@jerry-git jerry-git force-pushed the fix/github-pages-table-formatting branch from 7248241 to 0b788c1 Compare February 3, 2026 09:29
@jerry-git jerry-git changed the title Fix malformed table format in GitHub Pages Fix malformed bullet points in GitHub Pages Feb 3, 2026
Add blank line before bullet point list to ensure proper markdown
rendering. Without the blank line, the bullet points were rendered
as literal asterisks inside a paragraph instead of as a proper list.

Fixes #115

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@jerry-git jerry-git force-pushed the fix/github-pages-table-formatting branch from 0b788c1 to cf6b2aa Compare February 3, 2026 09:31
@jerry-git jerry-git merged commit 19abca7 into master Feb 3, 2026
18 checks passed
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.

Malformed format in GitHub pages

2 participants