documentary
Advanced tools
Comparing version 1.33.2 to 1.33.3
@@ -37,3 +37,3 @@ const { h } = require('preact'); | ||
{ | ||
re: /\[(.+?)\]\((.+?)\)/, | ||
re: /\[(.+?)\]\((.+?)\)/g, | ||
replacement(m, title, href, i) { | ||
@@ -40,0 +40,0 @@ // toc-links regex does not accept a-hrefs |
@@ -36,3 +36,3 @@ const { SyncReplaceable, makeCutRule, makePasteRule, makeMarkers } = require('../../stdlib'); | ||
{ | ||
re: /\[(.+?)\]\((.+?)\)/, | ||
re: /\[(.+?)\]\((.+?)\)/g, | ||
replacement(m, title, href, i) { | ||
@@ -39,0 +39,0 @@ // toc-links regex does not accept a-hrefs |
@@ -0,1 +1,7 @@ | ||
## 18 September 2019 | ||
### [1.33.3](https://github.com/artdecocode/documentary/compare/v1.33.2...v1.33.3) | ||
- [fix] Place more than one link with _Html_ component. | ||
## 15 September 2019 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "documentary", | ||
"version": "1.33.2", | ||
"version": "1.33.3", | ||
"description": "A Documentation Pre-processor To Generate The Table Of Contents, Embed Examples With Their Output, Make Markdown Tables, Maintain Typedefs For JavaScript And README, Watch Changes To Push, Use Macros And Prettify API Titles.", | ||
@@ -5,0 +5,0 @@ "main": "build", |
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
444520