Here's a [repro fiddle](https://jsfiddle.net/chrisvfritz/r5wy8a5r/). Any HTML within inline string literals seems to be stripped, so that: ``` html ``` will compile to: ``` html hello world ``` instead of what I would expect: ``` html hello world ```