azu / azu/gitbook-plugin-include-codeblock
Breaks ordered list numbering
Open
bug
Patch Welcome
- Dominant language
- JavaScript
- Stars
- 40
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
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 ``.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.