``` % pandoc -f markdown -t icml -s # Header 1 this is some text ## Header 2 some more text that [links to](https://www.pandoc.org) Pandoc. and some text that [links to](#header-1) the first header ^D $ID/NormalCharacterStyle LeftAlign . 10 $ID/NormalParagraphStyle $ID/NormalParagraphStyle $ID/NormalParagraphStyle Header 1
this is some text
Header 2
some more text that Pandoc.
and some text that the first header
Black HyperlinkTextDestination/#header-1 Black HyperlinkURLDestination/https%3a//www.pandoc.org
```