Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

no quotation marks for rel and href in <link> in <head> after building the Markdown files in the site folder #244

Open
2017rainman opened this issue May 24, 2019 · 0 comments

Comments

@2017rainman
Copy link

2017rainman commented May 24, 2019

  1. site里面的md文件built后得到的html,其head部分的link属性relhref值没有引号。如:
<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>
  1. build后得到的html也无法显示echarts图。

  2. 但用serve得到的html则都是正确的,都能正确显示slides的内容。

  3. 输出pdf时,背景会丢掉,之前也有人提出这个问题了。

  4. slides上方的空白好像有点多,从而下方的内容有时无法全部显示。

Executable Version
node --version 11.10.0
npm --version 6.9.0
nodeppt -v 2.1.5
OS Version
Ubuntu 18.04.2 LTS
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant