tessl install tessl/pypi-mdutils@1.8.0A comprehensive Python library for programmatically creating and manipulating Markdown files with support for headers, tables, lists, images, links, and text formatting.
Agent Success
Agent success rate when using this tile
80%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.9x
Baseline
Agent success rate without this tile
42%
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.