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

ep_markdown

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_markdown - npm Package Compare versions

Comparing version 0.0.6 to 0.0.8

10

export.js

@@ -32,7 +32,7 @@ var eejs = require('ep_etherpad-lite/node/eejs/');

exports.getLineHTMLForExport = function (hook, context) {
var header = _analyzeLine(context.attribLine, context.apool);
if (header) {
var inlineStyle = getInlineStyle(header);
return "<" + header + " style=\"" + inlineStyle + "\">" + context.text.substring(1) + "</" + header + ">";
}
// var header = _analyzeLine(context.attribLine, context.apool);
// if (header) {
// var inlineStyle = getInlineStyle(header);
// return "<" + header + " style=\"" + inlineStyle + "\">" + context.text.substring(1) + "</" + header + ">";
// }
}

@@ -39,0 +39,0 @@

{
"name": "ep_markdown",
"description": "Edit and Export as Markdown in Etherpad",
"version": "0.0.6",
"version": "0.0.8",
"author": {

@@ -6,0 +6,0 @@ "name": "John McLear",

Sorry, the diff of this file is not supported yet

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