Code fences sandwiched between bullets:
production_local: service: Disk root: '/Storage'
4-space indented codefences sandwiched between bullets:
production_local: service: Disk root: '/Storage'
<pre>
tags sandwiched between bullets:production_local: service: Disk root: ‘/Storage’
Shortcode sandwiched between bullet:
production_local: service: Disk root: `/Storage`
End of bullet sandwiches
Code fences floating out there on their own without bullets:
production_local:
service: Disk
root: '/Storage'
And same with shortcode:
production_local:
service: Disk
root: `/Storage`
Code fences sandwiched between bullets, but with newlines between bullet and code block:
production_local: service: Disk root: '/Storage'
<pre>
tags sandwiched between bullets, but with newlines between bullet and code block:
production_local: service: Disk root: '/Storage'
- End of bullet sandwiches