``` % pandoc -f markdown -t icml -s # Header 1 this is some text ## Header 2 some more text that [links to](#header-1) the first header. And this links to [some text](#spanner) in 2.1. ## Header 2.1 if you can read this text, [and it's linked]{#spanner} - all good! ^D $ID/NormalCharacterStyle LeftAlign . 10 $ID/NormalParagraphStyle $ID/NormalParagraphStyle $ID/NormalParagraphStyle Header 1
this is some text
Header 2
some more text that the first header. And this links to in 2.1.
Header 2.1
if you can read this text, and it’s linked - all good!
Black HyperlinkTextDestination/#spanner Black HyperlinkTextDestination/#header-1
```