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
10
11
12
13
<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
  are broken to limit the number of characters per line to a specific number.
  FTML itself <i>does not</i> encorce any specific rules here, the included
  Markdown exporter does wrap at 80 characters, though.
</p>

<h3>Quoted paragraphs</h3>