Then you can create links to different parts of the same document like this:
\hyperlink{header1}{Link back to header 1}, \hyperlink{header2}{Link back to header 2}, \hyperlink{header3}{Link back to header 3}
*** Output of to_md ***
Header 1Header 2Header 3Then you can create links to different
parts of the same document like this:
Link back to header 1,
Link back to header 2,
Link back to header 3
*** Output of to_s ***
Header 1Header 2Header 3Then you can create links to different parts of the same document like this:Link back to header 1, Link back to header 2, Link back to header 3
*** EOF ***
OK!
*** Output of Markdown.pl ***
<h1>Header 1 {#header1}</h1>
<h2>Header 2 {#header2}</h2>
<h3>Header 3 ### {#header3}</h3>
<p>Then you can create links to different parts of the same document like this:</p>