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
4.2.5
預期顯示類似 Landscape 主題,code 元素部分字體不同、背景色不同,但字體大小和所在的 header 元素相近,如下圖:
實際使用 Keep 主題的顯示結果,如下圖:
## this is a `code` in h2
hexo clean && hexo g && hexo s --open
$ node -v && npm -v v22.11.0 10.9.0
theme: keep 以上內容之外,未改動預設內容。
未改動預設內容。
生成的 html 原始碼正確,並且顯示如預期的 Landscape 主題與顯示異常的 Keep 主題生成的 html 原始碼相同;因此我猜測是 css 方面的問題。
該段內容如下:
<h2 id="this-is-a-code-in-h2"><a href="#this-is-a-code-in-h2" class="headerlink" title="this is a code in h2"></a>this is a <code>code</code> in h2</h2>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Checklist | Issue 检查清单
4.2.5
or later. (使用 Keep4.2.5
或更高版本)Expected behavior | 预期行为
預期顯示類似 Landscape 主題,code 元素部分字體不同、背景色不同,但字體大小和所在的 header 元素相近,如下圖:
Actual behavior | 实际行为
實際使用 Keep 主題的顯示結果,如下圖:
Steps to reproduce the behavior | 重现步骤
## this is a `code` in h2
hexo clean && hexo g && hexo s --open
Node.js and NPM Information | Node.js 和 NPM 信息
Hexo Configuration | Hexo 配置
Keep Configuration | Keep 配置
未改動預設內容。
Other Information | 其它信息
生成的 html 原始碼正確,並且顯示如預期的 Landscape 主題與顯示異常的 Keep 主題生成的 html 原始碼相同;因此我猜測是 css 方面的問題。
該段內容如下:
The text was updated successfully, but these errors were encountered: