volantis-x / hexo-theme-volantis

A Wonderful Theme for Hexo.
https://volantis.js.org
MIT License
1.99k stars 596 forks source link

md文件生成后渲染在网页留有空白 #506

Closed cvenwu closed 3 years ago

cvenwu commented 3 years ago

Expected and actual performance

自己编写md文件并使用hexo s本地预览,页面显示中有很多空白 比如自己部署的博客也有很多空白。打开了vscode将很多空白行去掉之后也没有作用,

How to reproduce this problem

  1. sMZF6h
  2. J2hHhq

自己在vscode中编辑之后的文件: r4OwVy

Steps to reproduce

  1. xxx
  2. xxx
  3. xxx

Environmental information

URL

Screenshots

Screenshots

Browser & OS

Configuration file

Configuration Files #### Site Config Paste here the modified part in `blog/_config.yml` ```yml ``` #### Theme Config Paste here the modified part in `themes/volantis/_config.yml` ```yml ``` #### node.js & npm Paste the output by `node -v && npm -v` ``` ``` #### package.json Paste the output by `npm ls --depth 0` here ``` ```
xaoxuu commented 3 years ago

您可以随便打开一个主流网站,看看它们的标题和段落有没有留白。

例如:https://developer.apple.com/design/human-interface-guidelines/ios/overview/themes/

image

又如:https://vuejs.org/v2/cookbook/

image

Themes - iOS - Human Interface Guidelines - Apple Developer
Learn about designing apps for iOS.
Introduction — Vue.js
Vue.js - The Progressive JavaScript Framework
cvenwu commented 3 years ago

👌,我以为是bug