DannyBen/bobkit

View on GitHub
examples/06_markdown/output/article.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<head>
  <title>Bobkit Example</title>
  <link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
  <header>
    <div class="container">
      Bobkit Example
    </div>
  </header>
  <h1>Hello Blog</h1>
  
</body>