If I process the following org-mode file (**def.org**). It is [a description list item](http://orgmode.org/manual/Plain-lists.html) ``` .example - A notinoutput :: B ``` ``` .example pandoc -t json --from org def.org ``` `notinoutput` is missing from the output ``` .example [{"unMeta":{}},[{"t":"DefinitionList","c":[[[{"t":"Str","c":"A"}],[[{"t":"Plain","c":[{"t":"Str","c":"B"}]}]]]]}]] ``` ``` .example pandoc 1.12.4.2 ```
If I process the following org-mode file (def.org). It is a description list item
notinoutputis missing from the output