Skip to content

Releases: mandelsoft/mdref

Improvements

25 Apr 18:28
4dd60ce
Compare
Choose a tag to compare

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

01 Jan 16:43
Compare
Choose a tag to compare

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

31 Dec 11:37
Compare
Choose a tag to compare

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

05 Dec 13:11
Compare
Choose a tag to compare

Filtering for Includes

Features:

  • the include command now supports regexp based filtering

Fixes:

  • fix anchor detection at beginning of document

Commands, References and Errors

26 Nov 15:04
Compare
Choose a tag to compare

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.