ZIm/crates/markdown/src
CharlesChen0823 134463f043
markdown: Fix parse inline code display (#30937)
inline code startswith "\`", "\`\`", "\`\`\`", should all valid. current
implement only work with startswith "\`".

Release Notes:

- N/A
2025-05-26 11:28:44 +00:00
..
markdown.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
parser.rs markdown: Fix parse inline code display (#30937) 2025-05-26 11:28:44 +00:00
path_range.rs Make code block eval resilient to indentation (#29633) 2025-04-30 02:13:13 +00:00