Releases: mandelsoft/mdref
Releases · mandelsoft/mdref
Improvements
This release
- improves the error output
- supports
local
as ignored folder in tree scanning - avoids duplicate executions by introducing caching
- provides stderr output for failed executions
- provides option to skip executions for fast reference check
- generates a modification warning for markdown files
- provides a reference to the source file for generated markdown files
- eliminate additional newline at end of substitutions
Fixes
This release provides some important fixes:
- fix substitution of target tags. If target tags and target refs are in the same file the target tags are substituted by target refs.
- fix missing arguments in some error outputs
- fix several typos in error messages.
v0.4.0 - New Year's Eve Release
This release introduces the execute
command usable to call some program and substitute its output,
Additionally it fixes the processing condition for markdown files. Before, the commands were not executes if there were no tags defined.
v0.3.0
Filtering for Includes
Features:
- the include command now supports regexp based filtering
Fixes:
- fix anchor detection at beginning of document
Commands, References and Errors
This releases improves the error handling by providing file positions and a complete list of errors, which can be detected
before finally generating the target tree.
Additionally, it adds a new include
command, which can be used to embed content of other files into a Markdown file.