Skip to content

Releases: camelaissani/markdown-it-include

2.0.0

05 Sep 20:08
Compare
Choose a tag to compare

@GerHobbelt and @janvda added options.getRootDir() feature, which allows to specify a root directory on the fly, e.g. the directory of the MD file currently being processed see issue #9
@GerHobbelt added bracesAreOptional option. Now you can write !!!include xyz.md !!! without the parenthesis.
@OPscT Trim the included markdown to avoid line feed (\n)

1.1.1

15 May 15:24
Compare
Choose a tag to compare

Thanks for @SIPS1980 for these new functionalities:

  • New option to not throw an error but to display it in the generated markdown see issue #5
  • An error is raised when the given markdown file is not found see issue #6
  • Two new options can be set to customize the error messages see issue #7

1.1.0

20 Feb 22:48
Compare
Choose a tag to compare
  • @BuptStEve added an option object to customize the !!!include()!!! statement. See issue #3.

1.0.1

16 Feb 14:46
Compare
Choose a tag to compare
  • Updated the dev dependencies

1.0.0

15 Dec 10:14
Compare
Choose a tag to compare
  • @Lucas-C fixed issue #1 Bug with circular reference detection when including a file twice
  • updated travis ci config to use nodejs v8.9.3
  • fixed dev dependencies in package.json

v0.0.2

23 Apr 21:47
Compare
Choose a tag to compare
added author info