documentary
Advanced tools
Comparing version 1.27.6 to 1.27.7
@@ -14,2 +14,3 @@ const { createReadStream, lstatSync } = require('fs'); | ||
.replace(/<br\/>/g, '') | ||
.replace(/<\/?kbd>/g, '') | ||
.replace(/ /g, '') | ||
@@ -16,0 +17,0 @@ .replace(/[^\u00C0-\u1FFF\u2C00-\uD7FF\w\-\d ]/gu, '') |
@@ -60,3 +60,4 @@ const { Transform } = require('stream'); | ||
if (ok) { | ||
lines.unshift(t) | ||
const ft = t.replace(/\[(.+?)\]\(.+?\)/g, '$1') | ||
lines.unshift(ft) | ||
s = s.substr(0, s.length - t.length - 1) | ||
@@ -63,0 +64,0 @@ } else { |
@@ -0,1 +1,7 @@ | ||
## 21 July 2019 | ||
### [1.27.7](https://github.com/artdecocode/documentary/compare/v1.27.6...v1.27.7) | ||
- [fix] Remove `[link](#link)` anchor tag from underlined titles in table of contents. | ||
## 20 July 2019 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "documentary", | ||
"version": "1.27.6", | ||
"version": "1.27.7", | ||
"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
185558
2547