bobo_html_parser 0.1.1

A simple parser of html markdown
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  
  <body>
  
    <h1 class="heading">My First Heading</h1>

    <p>My first paragraph.</p>
  
  </body>

</html>