Fix raw markdown rendering in HTML block content#35
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
**...**markdown bold markers to<strong>tags where they appear inside HTML block elementsmarkdown-it(used inrenderDescription) does not process inline markdown syntax within HTML blocks, so the asterisks were rendering as literal text on the pageTest plan
/faqs-complete-marquees/and confirm FAQ questions and answers render with bold text (not**asterisks**)/special-events/and confirm bold text in the lower content section renders correctly/corporate-event-marquees/and confirm bold text in the lower content section renders correctly/capri-marquee-hire/and confirm "gallery" and "marquee gallery" render as boldNotes
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