@custom-elements-manifest/to-markdown
Advanced tools
Comparing version
@@ -51,3 +51,3 @@ const has = item => Array.isArray(item) && item.length > 0; | ||
} | ||
md += `${defaultVal} |` | ||
md += `${defaultVal.replace(/\n|\r/g, "")} |` | ||
return `${md}\n`; | ||
@@ -54,0 +54,0 @@ } |
{ | ||
"name": "@custom-elements-manifest/to-markdown", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
12412
0.18%