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

text-change-with-nested.html (320B)


<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Untitled article</title>
</head>
<body>

<p>Hello, <em>world <del><a href="https://foo.com">again</a></del><ins><a href="https://foo.com">shmagain</a></ins> cdef</em>.</p>
</body>
</html>