Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "builddocs", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Build documentation files from commented source code", | ||
@@ -31,6 +31,6 @@ "main": "src/builddocs.js", | ||
"getdocs-ts": "^0.1.1", | ||
"markdown-it": "^6.0.5", | ||
"markdown-it-deflist": "^2.0.0", | ||
"markdown-it": "^13.0.1", | ||
"markdown-it-deflist": "^2.1.0", | ||
"mold-template": "^2.0.0" | ||
} | ||
} |
@@ -55,2 +55,6 @@ # builddocs | ||
* **`extendMarkdown`**`: ?(md: MarkdownIt) â MarkdownIt` A function | ||
that adds extensions to the [markdown-it](https://github.com/markdown-it/markdown-it) | ||
instance used to render the content. | ||
* **`breakAt`**`: ?number` When given, type or property lists whose | ||
@@ -57,0 +61,0 @@ (estimated) length is equal to or greater than the given value will |
@@ -49,2 +49,3 @@ let fs = require("fs") | ||
let markdown = require("markdown-it")(mdOptions).use(require("markdown-it-deflist")) | ||
if (config.extendMarkdown) markdown = config.extendMarkdown(markdown) | ||
let mold = loadHTMLTemplates(markdown, config, items) | ||
@@ -51,0 +52,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43192
380
91
+ Addedargparse@2.0.1(transitive)
+ Addedentities@3.0.1(transitive)
+ Addedlinkify-it@4.0.1(transitive)
+ Addedmarkdown-it@13.0.2(transitive)
- Removedargparse@1.0.10(transitive)
- Removedentities@1.1.2(transitive)
- Removedlinkify-it@1.2.4(transitive)
- Removedmarkdown-it@6.1.1(transitive)
- Removedsprintf-js@1.0.3(transitive)
Updatedmarkdown-it@^13.0.1
Updatedmarkdown-it-deflist@^2.1.0