fix: render fill-in-the-blank as intended italic in tools-name post #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/your-tools-blank"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.