diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8ad4ada --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog: mkdocs-macros + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## 1.0.5, 2023-07-29 + +Added: A new [doc website is available on Read The Docs](https://mkdocs-mermaid2.readthedocs.io/en/latest/). + +## 1.0.1, 2023-07 + +Added: Now the plugin works with versions of the library > 10 and lower (#75) +Added: Added: A new [doc website is available on Read The Docs](https://mkdocs-mermaid2.readthedocs.io/en/latest/). diff --git a/webdoc/docs/description.md b/webdoc/docs/description.md index 2c1657c..915b0f0 100644 --- a/webdoc/docs/description.md +++ b/webdoc/docs/description.md @@ -60,13 +60,13 @@ of Mermaid.js required: [For versions from 10.0.0 of the Mermaid javascript library, the plugin uses the ESM format](https://github.com/mermaid-js/mermaid/releases/tag/v10.0.0), since it is the only one available. This requires a specific call from the HTML page e.g.: - + ``` html - ``` + The plugin automatically inserts this call. === "Earlier versions"