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.
- The
csv-table-no-translatedirective correctly renders the inner text of cross-references to other documents when using MyST-Parser for Markdown files
- Dropped support for Python 3.8 and lower, as these are end of life
- Dropped support for myst-parser<0.18 as that uses an version of Sphinx so old it causes issues
- Only test on Linux, as standard for Open Data Services libraries
- Parse the text for the
jsoninclude-quotedirective as markdown
- Add
jsoninclude-quotedirective
- Fix markdown related directives to work with myst-parser 0.18.0
- Add myst-parser 0.18.0 support
- Remove dependency on recommonmark, and remove AutoStructifyLowPriority class. Please use myst-parser instead. readthedocs/recommonmark#221
- Fix the markdown directive, so it doesn't fail on anything that required sphinx (and not just docutils) formatting.
First release of project (was previously included by pip installing from a git commit).