Skip to content

Latest commit

 

History

History
executable file
·
29 lines (16 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

executable file
·
29 lines (16 loc) · 1.06 KB

Changelog

All notable changes to the quire-11ty package will be documented in this file.

The log format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changelog entries are classified using the following labels:

  • Added: for new features

  • Bumped: updated dependencies, only minor or higher will be listed

  • Changed: for changes in existing functionality

  • Deprecated: for once-stable features removed in upcoming releases

  • Fixed: for any bug fixes

  • Removed: for deprecated features removed in this release

[1.0.0-rc.10]

Added

  • accordion and accordionGlobalControls shortcodes
  • Adds addPairedShortcode to shortcode factory to provide page to paired shortcodes

Changed

  • Overwrite markdown-it-footnote footnote_ref and footnote_tail rules to not rely on state.env but to render footnotes and footnote reference in place, which allows footnotes to be created within shortcodes that render markdown using the markdownify filter