We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
执行指令没问题,但是打开对应html是空白。
The text was updated successfully, but these errors were encountered:
@peace-dove 你应该是直接打开了html,file://协议打开会有跨域问题
file://
抱歉文档里可能没有说清楚,我们一般都是约定用正常的http://协议打开
http://
你需要启动一个静态服务器,比如可以这样做:
npm install -g markppt cd ./examples/talk markppt ./talk.md # 方式1 python 2 python -m SimpleHTTPServer 8080 # 方式2 python 3 python -m http.server 8080 # 方式3 nodejs npm i -g serve serve -p 8080 # 然后访问 http://localhost:8080/talk.html
Sorry, something went wrong.
fritx
No branches or pull requests
执行指令没问题,但是打开对应html是空白。
The text was updated successfully, but these errors were encountered: