miyakogi / m2r

Markdown to reStructuredText converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

body of spoiler is rendered incorrectly

vanyakosmos opened this issue · comments

markdown:

<details>
<summary>summary</summary>
    
```python
foo = 1 + 1
```
</details>

example is rendered into valid spoiler but its body is just plain text instead of code block.


life example: