gutenberg v0.13.0 Release Notes

Release Date: 2021-01-09 // over 3 years ago
    • Enable HTML minification
    • ๐Ÿ‘Œ Support output_dir in config.toml
    • ๐Ÿ‘ Allow sections to be drafted
    • ๐Ÿ‘ Allow specifying default language in filenames
    • Render emoji in Markdown content if the render_emoji option is enabled
    • Enable YouTube privacy mode for the YouTube shortcode
    • โž• Add language as class to the <code> block and as data-lang
    • โž• Add bibtex to load_data
    • โž• Add a [markdown] section to config.toml to configure rendering
    • Add highlight_code and highlight_theme to a [markdown] section in config.toml
    • ๐Ÿ”— Add external_links_target_blank, external_links_no_follow and external_links_no_referrer
    • โž• Add a smart_punctuation option in the [markdown] section in config.toml to turn elements like dots and dashes into their typographic forms
    • โž• Add iteration count variable nth for shortcodes to know how many times a shortcode has been invoked in a given content
    • โšก๏ธ Update some highlighting syntaxes and the TS syntax will now be used instead of JS due to issues with it
    • โœ‚ Remove zola serve --watch-only: since we build the HTML in memory and not on disk, it doesn't make sense anymore
    • โšก๏ธ Update clojure syntax
    • 0๏ธโƒฃ Prefer extra syntaxes to the default ones if we have a match for language
    • ๐Ÿ›  Fix zola serve having issues with non-ascii paths
    • 0๏ธโƒฃ 404 page now gets the site default language as lang