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 </ol>, then inserts a <pre>, then starts a new <ol>.
I'm trying to do an include in the middle of a sequence of steps:
The image gets included without breaking the numbering. But the include makes "Last step" closes the preceding list with
</ol>, then inserts a<pre>, then starts a new<ol>.