``` % pandoc -f rst -t mediawiki .. _refsubpage1: heading ------- ref to top of this section: `refsubpage1`_. ^D = heading = ref to top of this section: [[#refsubpage1|refsubpage1]]. ``` ``` % pandoc -f markdown -t mediawiki # Heading {#foo} ^D = Heading = ``` ``` % pandoc -f markdown -t mediawiki # My Heading {#My_Heading} ^D = My Heading = ```