We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ee523 commit 71c310fCopy full SHA for 71c310f
markdown-include.js
@@ -1,7 +1,7 @@
1
/**
2
* @author Sethen Maleno (https://github.com/sethen)
3
* @description Include markdown files into other markdown files
4
- * @version 0.1.0
+ * @version 0.4.0
5
*/
6
7
/* eslint-env node */
package.json
@@ -1,6 +1,6 @@
{
"name": "markdown-include",
- "version": "0.3.2",
+ "version": "0.4.0",
"description": "Include markdown files into other markdown files with C style syntax.",
"main": "markdown-include.js",
"repository": {
0 commit comments