Skip to content

v.1.10.0

Compare
Choose a tag to compare
@blitzher blitzher released this 24 Apr 10:35
· 21 commits to master since this release
  • Added better inclusion of files under directories, such that
<!-- main.md -->
Foo
#mdinclude<section>
<!-- section/section.md -->
Bar!

now properly resolves to

Foo
Bar!
  • Added command line argument mdparse init to paste a template of in the current working directory into .mdmconfig.json.
  • Improved testing and added more tests.