package
Version:
v0.0.0-...-c20b901
Opens a new window with list of versions in this module.
Published: Jul 28, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package format contains all currently implemented format options.
HTML implements a format taking html source and transforming it into save html.
Format returns save html.
FormatClean returns a save version, stripped of most formatting tags.
Markdown takes input in the markdown format (including some extensions) and returns save HTML.
Format returns a save html version of the Markdown input.
FormatClean returns a save html version of the Markdown input. Most formatting is stripped from the output.
Plain is a formatting which wraps the plain input into HTML.
Format returns a save html version of the input.
FormatClean returns a save html version of the input.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.