文件名称:markdown-string:es6模板字符串中的Markdown编译
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-07 10:46:13
JavaScript
降价字符串 es6模板字符串中的Markdown编译 var md = require ( 'markdown-string' ) var args = { exclamation : '!!1' } md `compiles **markdown** strings to *html* strings ${ args . exclamation } ` // 'compiles markdown strings to html strings!!1' md ` # Multiline Strings * such * wow ${ args . exclamation } ` // '
Multiline Strings
\n- \n
- such \n
- wow \n
【文件预览】:
markdown-string-master
----.gitignore(587B)
----package.json(701B)
----LICENSE(1KB)
----index.js(820B)
----README.md(434B)