22
33## 0.20.0 (unreleased)
44
5+ - Add a ` math ` option in the ` [markdown] ` section in ` config.toml ` to render ` $ ` and ` $$ ` delimited math blocks. This is disabled by default.
6+
57## 0.19.2 (2024-08-15)
68
79- Fix some of YAML date parsing
@@ -72,7 +74,7 @@ feed_filenames)
7274- ` get_file_hash ` is removed, use ` get_hash ` instead. Arguments do not change
7375- Replace libsass by a Rust implementation: [ grass] ( https://github.com/connorskees/grass ) . See https://sass-lang.com/documentation/breaking-changes
7476for breaking changes with libsass: look for "beginning in Dart Sass"
75- - Merge settings for the default language set in the root of ` config.toml ` and in the ` [languages.{default_lang}] ` section.
77+ - Merge settings for the default language set in the root of ` config.toml ` and in the ` [languages.{default_lang}] ` section.
7678This will error if the same keys are defined multiple times
7779- Code blocks content are no longer included in the search index
7880- Remove built-ins shortcodes
@@ -193,9 +195,9 @@ any pages related to that taxonomy
193195 object
194196 3 . Search settings are now language specific
195197 4 . Translations are now nested in the languages table
196- - Paths unification:
198+ - Paths unification:
197199 1 . ` get_url ` does not load automatically from the ` static ` folder anymore
198- 2 . New path resolving logic for all on-disk files: replace ` @/ ` by ` content/ ` , trim leading ` / ` and
200+ 2 . New path resolving logic for all on-disk files: replace ` @/ ` by ` content/ ` , trim leading ` / ` and
199201 search in $BASE_DIR + $path, $BASE_DIR + static + $path and $BASE_DIR + content + $path
200202 3 . ` get_file_hash ` now returns base64 encoded hash by default
201203 4 . all functions working on files can now only load files in the Zola directory
@@ -240,7 +242,7 @@ any pages related to that taxonomy
240242- Add a ` [markdown] ` section to ` config.toml ` to configure rendering
241243- Add ` highlight_code ` and ` highlight_theme ` to a ` [markdown] ` section in ` config.toml `
242244- Add ` external_links_target_blank ` , ` external_links_no_follow ` and ` external_links_no_referrer `
243- - Add a ` smart_punctuation ` option in the ` [markdown] ` section in ` config.toml ` to turn elements like dots and dashes
245+ - Add a ` smart_punctuation ` option in the ` [markdown] ` section in ` config.toml ` to turn elements like dots and dashes
244246into their typographic forms
245247- Add iteration count variable ` nth ` for shortcodes to know how many times a shortcode has been invoked in a given
246248content
@@ -267,7 +269,7 @@ content
267269### Breaking
268270
269271- All paths like ` current_path ` , ` page.path ` , ` section.path ` (except colocated assets) now have a leading ` / `
270- - Search index generation for Chinese and Japanese has been disabled by default as it leads to a big increase in
272+ - Search index generation for Chinese and Japanese has been disabled by default as it leads to a big increase in
271273binary size
272274
273275### Other
0 commit comments