zope.structuredtext provides a parser for StructuredText, a lightweight markup language. Version 6.0 requires Python >=3.9. The package is in maintenance mode with infrequent releases.
pip install zope.structuredtextVerified import paths — ran on the pinned version, not inferred.
Parse a StructuredText string and generate HTML output.
Call wiki.html() without arguments, or parse with options before generation.
Replace with 'from zope.structuredtext import structuredtext2html'.
Ensure markup is lowercase where required. Refer to StructuredText spec.
No dependency data recorded yet.