Closed
Description
Note: I had to indent my examples so they would render properly on github.
Example 1 - Incorrect
~~~
fenced code blocks are separated by a blank line ~~~\n\n~~~
~~~
~~~
<?
// incorrect behavior
?>
~~~
Example 2 - Correct
~~~
fenced code blocks are on adjacent lines ~~~\n~~~
~~~
~~~
<?
// ok
?>
~~~
Example 3 - Correct
~~~
<?
fenced code blocks are separated by a line with a single space ~~~\n\s\n~~~
?>
~~~
~~~
<?
// ok
?>
~~~
Example 4 - Correct (same as Example 1 except without the "?>")
~~~
fenced code blocks are separated by a blank line ~~~\n\n~~~
~~~
~~~
<?
// ok
~~~
Metadata
Metadata
Assignees
Labels
No labels