fix: render fill-in-the-blank as intended italic in tools-name post #7

Merged
fiatcode merged 1 commit from fix/your-tools-blank into main 2026-06-19 12:34:27 +07:00
Owner

Follow-up to the format sweep (#6), which surfaced this pre-existing content bug.

The line `this tool is a .` had its `` parsed as emphasis delimiters, so the rendered `` wrapped the wrong text (neither the original nor a naive prettier pass rendered the intent). Escaping the blank as `___` makes it render as italic this tool is a ___. — the intended fill-in-the-blank. Verified against the built HTML, and the form is prettier-stable.

Follow-up to the format sweep (#6), which surfaced this pre-existing content bug. The line \`_this tool is a ___._\` had its \`___\` parsed as emphasis delimiters, so the rendered \`<em>\` wrapped the wrong text (neither the original nor a naive prettier pass rendered the intent). Escaping the blank as \`\_\_\_\` makes it render as italic *this tool is a ___.* — the intended fill-in-the-blank. Verified against the built HTML, and the form is prettier-stable.
The source had _this tool is a ___._ where the ___ was parsed as emphasis
delimiters, so it rendered with the <em> wrapping the wrong text. Escape the
blank (\_\_\_) so it renders as italic 'this tool is a ___.' as intended.
This form is prettier-stable.
fiatcode removed their assignment 2026-06-19 15:22:21 +07:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
fiatcode/site!7
No description provided.