-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
markdown的使用有问题 #19
Comments
node-markdown 和 markdown 不是一个东西。。 |
我使用 "markdown": "*" ,然后 npm install 报错误。。 |
额,这应该是你电脑的问题了把? |
家里电脑这样,现在在公司打开也是这样,不过没用npm install装 |
一样 |
恩,刚试了下,加载的都是 http://registry.npmjs.org/markdown |
这个我也不懂 =.= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
markdown的写法有问题了,应该是 "node-markdown": "*" ,然后 var markdown = require('markdown').markdown 为 var markdown = require('node-markdown').Markdown、markdown.toHTML("string") 为 markdown("string")
The text was updated successfully, but these errors were encountered: