Back (Current repo: lowdown)

fork of lowdown from https://kristaps.bsd.lv
To clone this repository:
git clone https://git.viktor1993.net/lowdown.git
Log | Download | Files | Refs | LICENSE

stripped-attr.html (327B)


<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Untitled article</title>
</head>
<body>
<del>
<h1 id="link"><a href="dest">link</a></h1>
</del><ins>
<p>foo <code>bar</code> baz</p>
</ins><ins>
<p><code>a `b` c</code></p>
</ins></body>
</html>