Inlyne-Project/inlyne

Code blocks in collapsible sections render before section

Closed this issue · 2 comments

Repro

<details>
<summary>Repro</summary>

Before the code block

```rust
fn main() {}
```

After the code block

</details>

Rendered by GitHub

Repro

Before the code block

fn main() {}

After the code block


Rendered by inlyne

image

image

Is this up to date?

Tested with 4.1
Screenshot_2024-03-28-01-55-32_5120x1263

Thanks for checking! It does look like this got fixed at some point 😅