查看演示页面以查看标记的实际效果 ⛹️
我们的文档页面也使用标记的?
另请阅读:
Node.js:仅支持当前版本和 LTS Node.js 版本。 Node.js 生命周期结束版本可能随时与 Marked 不兼容。
浏览器:不是 IE11 :)
命令行界面:
npm install -g marked
浏览器内:
npm install marked
DOMPurify.sanitize(marked.parse(``));
命令行界面
# Example with stdin input
$ marked -o hello.html
hello world
^D
$ cat hello.html
< p > hello world < /p >
# Print all options
$ marked --help
浏览器