hexo-theme-keep
hexo-theme-keep copied to clipboard
fix(headers): fix header styling (#388)
bug修复: header 中的 code 元素顯示異常 #388 | fix bug: issue#388
- 修复了原issue遇到的header中code显示异常问题 | fix the code styling issue of the headers
- 此异常等价于strong(加粗), em(斜体), del(删除), 已共同修复 | the problem applies to bold, italic, strike-through as well, fixed together
- 已经过测试, 见我的测试网址 | tested, please refer to the web mentioned
- 已通过husky代码格式化 | format in style using husky
修复前 | Before:
修复后 | After:
非前端专业人士, 第一次PR, 请多多指教 | This is my first PR >_<
感谢贡献,请把这个 PR 修改提交到 dev 分支