md_render_lib 0.1.0

A lib for rendering markdown in terminal
Documentation
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title></title>
<style type="text/css">
.ansi2html-content { display: inline; white-space: pre-wrap; word-wrap: break-word; }
.body_foreground { color: #AAAAAA; }
.body_background { background-color: #000000; }
.body_foreground > .bold,.bold > .body_foreground, body.body_foreground > pre > .bold { color: #FFFFFF; font-weight: normal; }
.inv_foreground { color: #000000; }
.inv_background { background-color: #AAAAAA; }
</style>
</head>
<body class="body_foreground body_background" style="font-size: normal;" >
<pre class="ansi2html-content">
<span id="line-0">A mixture of lists</span>
<span id="line-1"></span>
<span id="line-2">• Lorem impsum</span>
<span id="line-3"></span>
<span id="line-4">   1. Nested</span>
<span id="line-5">   2. Inline</span>
<span id="line-6">      • With</span>
<span id="line-7">      • Some</span>
<span id="line-8"></span>
<span id="line-9">        This is a paragraph!</span>
<span id="line-10">      • Nested</span>
<span id="line-11">      • Bullets</span>
<span id="line-12">   3. Text</span>
<span id="line-13">• dolor sit amet</span>
<span id="line-14"></span>
<span id="line-15">  • Another nested lists</span>
<span id="line-16">  • here!</span>
<span id="line-17"></span>

</pre>
</body>

</html>