Open schoetbi opened 6 years ago
As soon as you have a list directly followed by a code block the code block is rendered as normal text.
Example:
This does not work
- one - two - three struct MyStruct { }
This works
- one - two - three <br> struct MyStruct { }
As soon as you have a list directly followed by a code block the code block is rendered as normal text.
Example:
This does not work
This works