azu / azu/gitbook-plugin-include-codeblock

Breaks ordered list numbering

未关闭
#45 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug Patch Welcome
主要语言
JavaScript
星标
40
派生
25
PR 合并指标
30 天内没有已合并 PR

描述

I'm trying to do an include in the middle of a sequence of steps:

```
1. Some step

![Some Screenshot](path/to/image.png)

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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。