ecifl2html
This module defines helper HTML functions.
-
class ecifl2html.FormattedTextToHTML(text: str)
Bases: object
Class to convert formatted text to HTML.
-
convert() → str
Convert the formatted text to HTML.
- Returns:
The converted HTML string.
- Return type:
str