Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

typedoc-plugin-markdown

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-plugin-markdown - npm Package Compare versions

Comparing version 1.1.23 to 1.1.24

2

dist/theme/helpers/getMarkdownFromHtml.js

@@ -8,4 +8,4 @@ "use strict";

function getMarkdownFromHtml(options) {
return turndownService.turndown(options.fn(this)).replace(/\\`\\`\\`/g, '```');
return turndownService.turndown(options.fn(this)).replace(/\\`\\`\\`/g, '```').replace(/[|]/g, '\\|');
}
exports.getMarkdownFromHtml = getMarkdownFromHtml;
{
"name": "typedoc-plugin-markdown",
"version": "1.1.23",
"version": "1.1.24",
"description": "A plugin for TypeDoc that exposes a theme and additional arguments for rendering markdown.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc