zola/components
Timon Van Overveldt 13682e1342 Update pulldown_cmark dep to v0.10, and add pulldown_cmark_escape dep. (#2432)
The pulldown_cmark escaping functionality is now shipped in a separate
pulldown_cmark_escape crate
(https://crates.io/crates/pulldown-cmark-escape), starting with v0.10.0.

The markdown.rs module has to be adapted to a few API changes in
pulldown_cmark, and we have to introduce explicit handling of <img> alt
text to ensure it continues to be properly escaped.

There are also a few other behavior changes that are caught by the
tests, but these actually seem to be desired, so I've updated the insta
snapshot files for those tests to incorporate those changes.
Specifically, one footnote-parsing case seems to be handled better now,
and pulldown-cmark's `push_html` now doesn't escape quotes in text nodes
anymore (see https://github.com/pulldown-cmark/pulldown-cmark/pull/836).
2024-06-20 23:15:24 +02:00
..
config Allow ignoring files when link checking (#2264) 2024-06-20 23:15:24 +02:00
console add link_checker settings for external_level and internal_level (#1848) 2022-05-11 21:54:34 +02:00
content fix: taxonomies missing lang in sitemap (#2373) 2023-12-18 23:24:06 +01:00
errors Remove unused deps thanks to cargo-machete 2022-04-27 19:49:57 +02:00
imageproc Refactor: create_directory responsibly (#2407) 2024-06-20 23:15:24 +02:00
libs Update pulldown_cmark dep to v0.10, and add pulldown_cmark_escape dep. (#2432) 2024-06-20 23:15:24 +02:00
link_checker Speedup "zola check" command by reusing the Client (#2171) 2023-12-18 23:24:06 +01:00
markdown Update pulldown_cmark dep to v0.10, and add pulldown_cmark_escape dep. (#2432) 2024-06-20 23:15:24 +02:00
search Add option to include date in search index (#2401) 2024-06-20 23:15:24 +02:00
site Issue 2359 get section by lang (#2410) 2024-06-20 23:15:24 +02:00
templates Issue 2359 get section by lang (#2410) 2024-06-20 23:15:24 +02:00
utils Allow ignoring files when link checking (#2264) 2024-06-20 23:15:24 +02:00