A comprehensive Python library for programmatically creating and manipulating Markdown files with support for headers, tables, lists, images, links, and text formatting.
80
Build a Python script that generates a markdown document containing task tracking information with numbered lists for tasks, subtasks, and procedural steps.
Your script should generate a markdown file named task_tracker.md that includes:
Create a numbered list of main tasks. Each main task should have:
Generate the following structure:
Main Task 1: Project Setup
Main Task 2: Development Phase
Main Task 3: Documentation
The generated file should:
task_tracker.mdtask_tracker.md @test@generates
Provides markdown file generation capabilities including list creation and formatting.
Install with Tessl CLI
npx tessl i tessl/pypi-mdutilsdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10