New
* Add `puml_keyword` parameter that allows you to specify keywork for puml code fences in markdown. For example, you may set
`puml_keyword: plantuml` and `mkdocs_puml` will look for the following code blocks:
\plantuml
\
Improved
* Ignore errors when converting svg diagrams into utf8 in order to strip unwanted characters.
v.1.1.1
Improved
* Fix mistakes in README documentation
* Rename `mkdocs_puml/plugins.py` -> `mkdocs_puml/plugin.py`
* Update actions `cache` to the 3rd version
* Update min python version required for `mkdocs_puml` to `3.8+`
v.1.1.0
Improved
* Fix package dependencies confilict. Now `mkdocs-puml` has the same `markdown` dependency version as `mkdocs`. Related 17
* Add downloads badge to README.md
* Update bug issue template