zed/crates/markdown/src
MartinYe1234 2c26e5e544
Avoid linkifying non-interactive code spans (#57515)
## Summary

- Skip code-span link resolution when markdown prevents mouse
interaction
- Add regression coverage for non-interactive code spans

## Tests

- cargo test -p markdown
test_code_span_link_ignores_code_when_mouse_interaction_is_prevented

Release Notes:

- Fixed extra link styling on file paths in agent tool call labels.
2026-05-22 17:20:57 +00:00
..
html markdown: Add ability to wrap/unwrap codeblock content (#57312) 2026-05-20 20:51:56 +00:00
html.rs markdown_preview: Refactor to use shared markdown crate (#52008) 2026-03-26 12:27:39 +05:30
markdown.rs Avoid linkifying non-interactive code spans (#57515) 2026-05-22 17:20:57 +00:00
mermaid.rs markdown: Add ability to wrap/unwrap codeblock content (#57312) 2026-05-20 20:51:56 +00:00
parser.rs agent_ui: Mermaid diagrams (#56430) 2026-05-13 09:57:17 +00:00
path_range.rs Represent relative paths using a dedicated, separator-agnostic type (#38744) 2025-09-24 18:57:33 -04:00