---------------------------------------------------------------------- This is the API documentation for the gdtest_readme_rst library. ---------------------------------------------------------------------- ## Functions Utility functions convert(text: str, fmt: str = 'html') -> str Convert text to a target format. Parameters ---------- text Input text. fmt Target format. Returns ------- str Converted text. parse(text: str) -> dict Parse structured text. Parameters ---------- text Input text. Returns ------- dict Parsed structure.