tdoc 0.9.0

Library and assorted CLI tools for working with FTML (Formatted Text Markup Language) documents
Documentation
1
2
3
4
5
6
7
8
9
<h1>Test Document</h1>
<p>This is a <b>test</b> document with <i>formatting</i>.</p>
<blockquote>
  <p>This is a quoted paragraph.</p>
</blockquote>
<ul>
  <li><p>First item</p></li>
  <li><p>Second item</p></li>
</ul>