plain text
more plain text (not a link)
even more plain text (still not a link)
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>rendered markdown</title> | |
| <meta charset="utf-8"/> | |
| <style type="text/css" media="all"> | |
| a { text-decoration: underline; } | |
| </style> | |
| </head> | |
| <body> | |
| <h3>A Plain Header</h3> | |
| <p>plain text</p> | |
| <h3><a id="tith" />This is a Heading with a link</h3> | |
| <p>more plain text (not a link)</p> | |
| <h3>Another Header (no link this time)</h3> | |
| <p>even more plain text (still not a link)</p> | |
| </body> | |
| </html> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | |
| <head> | |
| <title>untitled</title> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | |
| <style type="text/css" media="all"> | |
| a { text-decoration: underline; } | |
| </style> | |
| </head> | |
| <body> | |
| <h3>A Plain Header</h3> | |
| <p>plain text</p> | |
| <h3><a id="tith" />This is a Heading with a link</h3> | |
| <p>more plain text (not a link)</p> | |
| <h3>Another Header (no link this time)</h3> | |
| <p>even more plain text (still not a link)</p> | |
| </body> | |
| </html> |
plain text
more plain text (not a link)
even more plain text (still not a link)