feat(basecamp-project): add markdown to trix converter
- Add markdown_to_trix.py with Markdown→HTML conversion for Basecamp - Implement is_basecamp_safe() for unsupported feature detection - Add convert_table_to_lists() for table→list conversion - Include CLI with --file, --output, and --check modes - Add comprehensive self-tests for all functions - Add requirements.txt with markdown dependency
This commit is contained in:
2
skills/basecamp-project/scripts/requirements.txt
Normal file
2
skills/basecamp-project/scripts/requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Markdown to Trix Converter Dependencies
|
||||
markdown>=3.4.0
|
||||
Reference in New Issue
Block a user