ecifl2html ========== **ecifl2html** is a Python package for converting formatted text to HTML. It is a simple package that provides a single class, `FormattedTextToHTML`, used to convert formatted text to HTML. Below, you can find more information on the FormattedTextToHTML class source code. .. toctree:: :maxdepth: 2 :caption: API Contents: ecifl2html Usage ----- ## Usage To use ecifl2html you first have your formatted text in the following format: +-------------------+-------------------------+ | Formatted Text | HTML Equivalent | +===================+=========================+ | `h.`, `hh.`, etc. | `

`, `

`, ... | +-------------------+-------------------------+ | `p.` | `

` | +-------------------+-------------------------+ | `#.` | `

    ` | +-------------------+-------------------------+ | `-.` | `