markdown-string:es6模板字符串中的Markdown编译

时间:2021-06-17 16:59:33
【文件属性】:
文件名称:markdown-string:es6模板字符串中的Markdown编译
文件大小:3KB
文件格式:ZIP
更新时间:2021-06-17 16:59:33
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
\n'
【文件预览】:
markdown-string-master
----.gitignore(587B)
----package.json(701B)
----LICENSE(1KB)
----index.js(820B)
----README.md(434B)

网友评论