tdoc 0.10.0

Library and assorted CLI tools for working with FTML (Formatted Text Markup Language) documents
Documentation
<h1>This is an example FTML document</h1>

<p>The purpose of this document is to demonstrate the following use-cases:</p>

<ul>
  <li>
    <p>Describe the features supported by FTML.</p>
  </li>

  <li>
    <p>
      Showcase the FTML standard formatting enforced by <code>tdoc</code>.
    </p>
  </li>
</ul>

<h2>Supported features</h2>

<h3>Inline styles</h3>

<p>The following inline styles are supported in FTML:</p>

<ul>
  <li>
    <p><b>Bold</b> text.</p>
  </li>

  <li>
    <p><i>Italic</i> text.</p>
  </li>

  <li>
    <p><mark>Highlighted</mark> text.</p>
  </li>

  <li>
    <p><u>Underlined</u> text.</p>
  </li>

  <li>
    <p><s>Striked</s> text.</p>
  </li>

  <li>
    <p>Text formatted as <code>code</code>.</p>
  </li>
</ul>

<h3>Text paragraphs</h3>

<p>
  This is a rather long paragraph to show the text-wrapping supported by the
  ASCII and Markdown exporters. Applications integrating FTML support should “do
  the right thing” regarding breaking lines in paragraphs. This could mean that
  the full available width of the window or screen is used, or that the lines