ZIm/crates/markdown/src
Bennet Bo Fenner 06af0310f7
markdown: Fix out of range panic in parser (#30510)
For some reason `pulldown_cmark` treats \````` as a codeblock, meaning
that we could end up with an invalid range generated from
`extract_code_block_content_range` (`3..2`)

Closes #30495

Release Notes:

- agent: Fix an edge case where the editor would crash when model
generated malformed markdown
2025-05-11 15:08:37 +00:00
..
markdown.rs agent: Make terminal command render with Markdown in the tool card (#30430) 2025-05-09 21:53:11 -03:00
parser.rs markdown: Fix out of range panic in parser (#30510) 2025-05-11 15:08:37 +00:00
path_range.rs Make code block eval resilient to indentation (#29633) 2025-04-30 02:13:13 +00:00