fmtview 0.1.5

Fast terminal formatter and viewer for JSON, JSONL, XML-compatible markup, and formatted diffs
<!doctype html>
<html>
  <head>
    <title>fmtview markup sample</title>
    <meta charset="utf-8"/>
  </head>
  <body>
    <main>
      <h1>XML-compatible HTML</h1>
      <p>This file is well-formed so fmtview can format and view it with the XML-compatible markup pipeline.</p>
      <section data-kind="nested">
        <h2>Nested elements</h2>
        <ul>
          <li><span>JSON</span></li>
          <li><span>JSONL</span></li>
          <li><span>XML-compatible markup</span></li>
        </ul>
      </section>
    </main>
  </body>
</html>