Summary
This version fixes several bugs related to link validation and macros, and ensures that dotfiles are not removed from the site directory during generation.
Changelog
Bug fixes
- eb72115 compat – ignore Markdown comments
[//]: ...during link validation - c40f649 compat – brackets in indented code blocks recognized as unresolved link references (#700)
- 93cc869 compat – snippet markers recognized as unresolved link references (#700)
- a212c59 zensical – don't remove dotfiles from site dir (#728)
- db1f19c compat – provide
confattribute in macros'envobject - 9b452cb zensical – improve error message when missing icon is used (#708)
- d7ccbe6 zensical, compat – anchors with escaped chars not matched during link validation (#703)
- 8b7e29e compat – empty footnote ref classified as link ref (#702)