ep_markdown
Advanced tools
Comparing version 0.0.6 to 0.0.8
@@ -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
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
33500