Skip to content

Fix raw markdown rendering in HTML block content#35

Merged
stefan-burke merged 3 commits into
mainfrom
claude/fix-markdown-rendering-ZFq9s
May 10, 2026
Merged

Fix raw markdown rendering in HTML block content#35
stefan-burke merged 3 commits into
mainfrom
claude/fix-markdown-rendering-ZFq9s

Conversation

@stefan-burke
Copy link
Copy Markdown
Member

Summary

  • Converts **...** markdown bold markers to <strong> tags where they appear inside HTML block elements
  • markdown-it (used in renderDescription) does not process inline markdown syntax within HTML blocks, so the asterisks were rendering as literal text on the page
  • Affected pages: FAQs, Special Events, Corporate Events, Our Marquees

Test plan

  • Visit /faqs-complete-marquees/ and confirm FAQ questions and answers render with bold text (not **asterisks**)
  • Visit /special-events/ and confirm bold text in the lower content section renders correctly
  • Visit /corporate-event-marquees/ and confirm bold text in the lower content section renders correctly
  • Visit /capri-marquee-hire/ and confirm "gallery" and "marquee gallery" render as bold

Notes

Could not find any raw markdown in the reviews/testimonials page (/client-testimonials/) or review files — those appear to be plain HTML already. If the bold "reviews" issue persists somewhere, please share the specific URL or screenshot.

https://claude.ai/code/session_01Pyax9gGVEzc8uMtAGKuwu9


Generated by Claude Code

claude added 3 commits May 10, 2026 15:29
Convert **..** markers to <strong> tags where content is inside HTML block
elements - markdown-it does not process inline markdown within HTML blocks,
so the asterisks were rendering literally instead of as bold text.

Affected pages: FAQs, Special Events, Corporate Events, Our Marquees.

https://claude.ai/code/session_01Pyax9gGVEzc8uMtAGKuwu9
The chobble-template now requires a name field on all markdown content
files. Added to not-found.md and thank-you.md.

https://claude.ai/code/session_01Pyax9gGVEzc8uMtAGKuwu9
@stefan-burke stefan-burke merged commit 042a2dd into main May 10, 2026
3 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.

2 participants