Here the thing to remember is that block level structure indications take precedence over inline level structure indications: ``` % pandoc Term : Def ^D
Term
Def <!–
comment def –>
``` ``` % pandoc Term : Def test ^D
Term
Def test <!–
comment def and –>
``` ``` % pandoc Term : Def `code : comment def more code` ^D
Term
Def `code
comment def more code`
```