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
built
rel
href
<head> <meta charset=UTF-8> <title>nodeppt - 这可能是迄今为止最好的网页版演示库 - By 三水清</title> <link rel=stylesheet href=//cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css> <link rel=stylesheet href=//cdn.staticfile.org/prism/1.15.0/themes/prism.min.css> <link rel=stylesheet href=//cdn.staticfile.org/KaTeX/0.10.0-rc.1/katex.min.css> <link rel=stylesheet href=//cdn.staticfile.org/KaTeX/0.5.1/katex.min.css> <link href=./css/chunk-vendors.6a6fd0e7.css rel=stylesheet> </head>
build后得到的html也无法显示echarts图。
build
但用serve得到的html则都是正确的,都能正确显示slides的内容。
serve
输出pdf时,背景会丢掉,之前也有人提出这个问题了。
slides上方的空白好像有点多,从而下方的内容有时无法全部显示。
node --version
npm --version
nodeppt -v
The text was updated successfully, but these errors were encountered:
No branches or pull requests
built
后得到的html,其head部分的link属性rel
、href
值没有引号。如:build
后得到的html也无法显示echarts图。但用
serve
得到的html则都是正确的,都能正确显示slides的内容。输出pdf时,背景会丢掉,之前也有人提出这个问题了。
slides上方的空白好像有点多,从而下方的内容有时无法全部显示。
node --version
npm --version
nodeppt -v
The text was updated successfully, but these errors were encountered: