hexo-theme-stellar icon indicating copy to clipboard operation
hexo-theme-stellar copied to clipboard

Markdown多级列表 二级列表及以下均不显示code背景色

Open Amia33 opened this issue 8 months ago • 0 comments

检查清单

  • [X] 已经阅读过 官方文档 相关内容,并尝试进行搜索。
  • [X] 尝试过在本地测试运行官方 demo 源码。
  • [X] 尝试过在 Codespace 中测试运行官方 demo 源码。

问题描述

Markdown code
- **`errors`**  {% mark array[object] color:light %}  {% mark Required color:red %}
  - **`code`**  {% mark integer color:light %}  {% mark Required color:red %}  
  `>= 1000`  > This line <
  - **`message`**  {% mark string color:light %}  {% mark Required color:red %}
- **`messages`**  {% mark array[string] color:light %}  {% mark Required color:red %}
- **`result`**  {% mark object or null color:light %}  {% mark Required color:red %}  
Allowed values: `null`
- **`success`**  {% mark boolean color:light %}  {% mark Required color:red %}  
Whether the API call was successful  
Allowed value: `false`  
Example: `false`
/config.yml
highlight:
  auto_detect: false
  exclude_languages:
    - 'plaintext'
  hljs: false
  line_number: true  ## Note: tried issue#296 but not working either
  line_threshold: 0
  tab_replace: ''
  wrap: true
syntax_highlighter: 'highlight.js'
Expected (VScode Preview):

vscode Running theme v1.29.0:

theme

Amia33 avatar Jun 28 '24 14:06 Amia33