azu / azu/gitbook-plugin-include-codeblock
Breaks ordered list numbering
- 主要语言
- JavaScript
- 星标
- 40
- 派生
- 25
- PR 合并指标
- 30 天内没有已合并 PR
描述
I'm trying to do an include in the middle of a sequence of steps:
```
1. Some step

2. Next step
[include](../path/to/file.js)
3. Last step
```
The image gets included without breaking the numbering. But the include makes "Last step" closes the preceding list with ``, then inserts a `
`, then starts a new ``.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Reproduce the ordered-list and include example from the issue and inspect the plugin's rendering path for included code blocks. Verify the generated structure around the include and compare it with the image case. Done means the list remains continuous, with "Last step" rendered as item 3 after the included code.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- documentation
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100