mirror of
https://github.com/batrachianai/toad.git
synced 2026-04-25 20:15:49 +03:00
[GH-ISSUE #52] XML Tag Rendering Issue #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @willmcgugan on GitHub (Nov 19, 2025).
Original GitHub issue: https://github.com/batrachianai/toad/issues/52
Discussed in https://github.com/Textualize/toad/discussions/47
Originally posted by evalstate November 15, 2025
Hi @willmcgugan -- for some reason the first XML tag here has it's brackets stripped:
Relevant snippet from
agent.jsonlLMK if you need more etc.
https://github.com/Textualize/toad/discussions/47
@willmcgugan commented on GitHub (Dec 15, 2025):
@evalstate I thought maybe this was a bug in the upstream Markdown library I use. But an update didn't change anything.
I also noticed that the official commonmark libray does the same thing.
I think this may be the expected rendering of that content. I think that's because tags in Markdown are considered HTML.
As a matter of fact, GitHub renders it in the same way:
fastagent:request
give a single word greeting in your favourite language
</fastagent:request>
I'm not sure if there should be any changes to the markdown rendering for this case. Or if the solution is just to put that in a code fence.