Comparing version 1.9.1 to 1.9.2
@@ -182,3 +182,3 @@ "use strict"; | ||
}).map(function (cell) { | ||
return cell.replace(/(?<!(\\))\|/, "\\|"); | ||
return cell.replace(/([^\\])\|/, "$1\\|"); | ||
}).join(" | "); | ||
@@ -185,0 +185,0 @@ }).join("\n") + " |"; |
{ | ||
"name": "json2md", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "A JSON to Markdown converter.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -290,4 +290,4 @@ <!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. --> | ||
- `@microfleet/schema2md` | ||
- `@best/github-integration` | ||
- `@cypress/schema-tools` | ||
- `@best/github-integration` | ||
- `lambda-docs-2md` | ||
@@ -318,3 +318,2 @@ - `jumia-travel-changelog` | ||
- `postgres-markdown` | ||
- `@bwagener/gridsome-source-google-docs` | ||
- `joi-md-doc` | ||
@@ -334,5 +333,9 @@ - `rober19-config` | ||
- `lab-changelog` | ||
- `dargstack_rgen` | ||
- `@jswork/react-markdown-props` | ||
- `gatsby-source-google-docs`I am using this library to generate documentation for my projects, being integrated with [blah](https://github.com/IonicaBizau/node-blah). | ||
- `@gracexwho/model-card-generator` | ||
- `@bwagener/gridsome-source-google-docs` | ||
- `asm-auto-deploy` | ||
- `type-graphql-to-md` | ||
- `gatsby-source-google-docs` | ||
- `dargstack_rgen`I am using this library to generate documentation for my projects, being integrated with [blah](https://github.com/IonicaBizau/node-blah). | ||
@@ -339,0 +342,0 @@ |
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
34183
369