You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.
When trying to format a code block that has indented lines surrounded by blank lines indented inside a list item, the blank-line-surrounded-indented-code ends up in a code sub-block.
Example:
1. Some code
if (1) {
printf("what?\n");
}
2. Some other code
~~~
while(0) {
exit(-1);
}
~~~
The if and while blocks are correctly contained in a code block which is part of their respective list items, but the printf and exit lines are surrounded by their own <pre><code></code></pre> tags because they are surrounded by blank lines and are indented an additional 8 spaces.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to format a code block that has indented lines surrounded by blank lines indented inside a list item, the blank-line-surrounded-indented-code ends up in a code sub-block.
Example:
The if and while blocks are correctly contained in a code block which is part of their respective list items, but the printf and exit lines are surrounded by their own
<pre><code></code></pre>
tags because they are surrounded by blank lines and are indented an additional 8 spaces.The text was updated successfully, but these errors were encountered: