2
2
3
3
## 0.20.0 (unreleased)
4
4
5
+ - Add a ` math ` option in the ` [markdown] ` section in ` config.toml ` to render ` $ ` and ` $$ ` delimited math blocks. This is disabled by default.
6
+
5
7
## 0.19.2 (2024-08-15)
6
8
7
9
- Fix some of YAML date parsing
@@ -72,7 +74,7 @@ feed_filenames)
72
74
- ` get_file_hash ` is removed, use ` get_hash ` instead. Arguments do not change
73
75
- Replace libsass by a Rust implementation: [ grass] ( https://github.com/connorskees/grass ) . See https://sass-lang.com/documentation/breaking-changes
74
76
for 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.
76
78
This will error if the same keys are defined multiple times
77
79
- Code blocks content are no longer included in the search index
78
80
- Remove built-ins shortcodes
@@ -193,9 +195,9 @@ any pages related to that taxonomy
193
195
object
194
196
3 . Search settings are now language specific
195
197
4 . Translations are now nested in the languages table
196
- - Paths unification:
198
+ - Paths unification:
197
199
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
199
201
search in $BASE_DIR + $path, $BASE_DIR + static + $path and $BASE_DIR + content + $path
200
202
3 . ` get_file_hash ` now returns base64 encoded hash by default
201
203
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
240
242
- Add a ` [markdown] ` section to ` config.toml ` to configure rendering
241
243
- Add ` highlight_code ` and ` highlight_theme ` to a ` [markdown] ` section in ` config.toml `
242
244
- 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
244
246
into their typographic forms
245
247
- Add iteration count variable ` nth ` for shortcodes to know how many times a shortcode has been invoked in a given
246
248
content
@@ -267,7 +269,7 @@ content
267
269
### Breaking
268
270
269
271
- 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
271
273
binary size
272
274
273
275
### Other
0 commit comments