- 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
3 lines
58 B
Plaintext
3 lines
58 B
Plaintext
# Markdown to Trix Converter Dependencies
|
|
markdown>=3.4.0
|