```` % pandoc - example 1 - ``` one two ``` - list item three ^D ```` ```` % pandoc - example 3 - ``` one two ``` - list item three ^D ```` Here is a case that we used to handle differently, but #9865 aligns pandoc's markdown parser with commonmark in letting block level structure take precedence over inline level structure. ```` % pandoc - a - c ^D

–> - c

````