Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

46 lines (24 loc) · 1.06 KB

Changelog

All notable changes to this project will be documented in this file.

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

[Unreleased]

[0.5.0] - 2022-09-26

Changed

  • Parse the text for the jsoninclude-quote directive as markdown

[0.4.0] - 2022-09-02

Added

  • Add jsoninclude-quote directive

[0.3.1] - 2022-08-03

  • Fix markdown related directives to work with myst-parser 0.18.0

[0.3.0] - 2022-07-26

Added

  • Add myst-parser 0.18.0 support

[0.2.0] - 2021-07-07

Removed

  • Remove dependency on recommonmark, and remove AutoStructifyLowPriority class. Please use myst-parser instead. readthedocs/recommonmark#221

[0.1.1] - 2021-05-18

Fixed

  • Fix the markdown directive, so it doesn't fail on anything that required sphinx (and not just docutils) formatting.

[0.1.0] - 2021-05-11

First release of project (was previously included by pip installing from a git commit).