Skip to content

Instantly share code, notes, and snippets.

@capnslipp
Created April 21, 2012 00:25
Show Gist options
  • Select an option

  • Save capnslipp/2432787 to your computer and use it in GitHub Desktop.

Select an option

Save capnslipp/2432787 to your computer and use it in GitHub Desktop.
<!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>

A Plain Header

plain text

more plain text (not a link)

Another Header (no link this time)

even more plain text (still not a link)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment