kramed-text-renderer
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -81,3 +81,9 @@ function TextRenderer(options) { | ||
TextRenderer.prototype.footnote = function(footnote, text) { | ||
return '\n'+text+'\n'; | ||
}; | ||
TextRenderer.prototype.math = noop; | ||
TextRenderer.prototype.reffn = noop; | ||
@@ -84,0 +90,0 @@ function noop() { |
{ | ||
"name": "kramed-text-renderer", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Renderer for kramed outputting plain text that can easily be fed to a search indexer", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"kramed": "0.4.0", | ||
"kramed": "0.4.1", | ||
"mocha": "1.18.2" | ||
@@ -18,0 +18,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
16437
116