Markdown Converter
Agent skill for markdown-converter
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is an ASM MD-Staff documentation repository that contains Python tools for converting HTML documentation into organized Markdown files. The main purpose is to process ASM (MD-Staff) HTML documentation and create structured documentation for Query Endpoints and Triggered Webhooks.
html_to_markdown_converter.py)asm_docs/ with categorized markdown filesThe converter creates two main documentation types:
asm_docs/query/)asm_docs/triggered_webhooks/)# Convert specific HTML file python3 html_to_markdown_converter.py "Query Endpoint – ASM.html" # Convert triggered webhooks HTML python3 html_to_markdown_converter.py "Triggered Webhooks – ASM.html" # The script will auto-detect document type and create appropriate structure
Install required Python packages:
pip install beautifulsoup4 html2text
images/ foldersasm_docs/ with appropriate subdirectoriesimages/ folders within each documentation sectionThe Query documentation includes examples of accessing sub-record data:
LicenseTypeID.DescriptionReferenceSourceID.NameAll documentation respects MD-Staff permission models - API access follows security settings configured in the application.