What problem does it solve?
This Skill enables the creation of literate programming source files, where code is accompanied by markdown documentation, facilitating a seamless integration of code and documentation.
Core Features & Use Cases
- Literate Programming: Write documentation and code in the same file.
- Markdown Generation: Converts specially prefixed comments into markdown text.
- Code Blocks: Wraps code sections in fenced code blocks with syntax highlighting.
- Customizable Comment Prefix: Supports different comment styles for various programming languages.
- Easy Integration: Simple to use in scripts, build processes, or documentation pipelines.
- Use Case: For developers looking to enhance their code documentation by embedding markdown comments directly within their codebase.
Quick Start
Use the litdown skill to convert the 'example.sh' script into a markdown document.