* Enable insert_secnos_factory() and delete_secnos_factory() to operate on Span elements (PR 10).
2.2.0
* Enable insert_secnos_factory() and delete_secnos_factory() to operate on Div elements.
2.1.2
* Fixed "'warninglevel' is not defined" crash. * Added `set_warning_level()`
2.1.0
* Checks for and warns about duplicate reference targets. * Use inspect module to get filter name. * API changes, with backward compatibility: - process_refs_factory(): removed filtername as first argument - attach_attrs_factory(): removed filtername as first argument
2.0.1
* Fixed handling of spans ending with a reference.
2.0.0
* Rebranded as the pandoc-xnos filter suite. * Removed cleveref fakery (pandoc-fignos Issue 68). * Added warning message system. * Fixed epub links across chapters. * Fixed quoted attribute handling. * Fixed span handling (pandoc-fignos Issue 58). * Support attributes on references (pandoc-fignos Issue 54). * Support disabling links on selected references (pandoc-fignos Issue 54). * Improved handling of missing reference targets. * Parse MetaMaps in get_meta(). * Added pandoc-xnos filter which calls all of the filters in the pandoc-xnos filter suite if available.