ZIm/crates/markdown
Michael Sloan 30f3efe697
Revert unnecessary "fix handling of unicode when counting codeblock lines" + document (#30368)
After merging #30364 I realized why it was unnecessary to fix the code,
and was more efficient before. UTF-8 does not use the standard 0-127
ASCII range for multi-byte chars. So this reverts that change and
documents why the code is valid.

Release Notes:

- N/A
2025-05-09 11:38:03 +00:00
..
examples Implement rendering of images with data urls in markdown (#30322) 2025-05-08 18:26:24 -07:00
src Revert unnecessary "fix handling of unicode when counting codeblock lines" + document (#30368) 2025-05-09 11:38:03 +00:00
Cargo.toml Implement rendering of images with data urls in markdown (#30322) 2025-05-08 18:26:24 -07:00
LICENSE-GPL Add xtask for finding crates with missing licenses (#11776) 2024-05-13 18:52:12 -04:00