Skip to content

Initial commit of docs2md project#1

Merged
mjanez merged 1 commit intomainfrom
develop
Aug 29, 2025
Merged

Initial commit of docs2md project#1
mjanez merged 1 commit intomainfrom
develop

Conversation

@mjanez
Copy link
Copy Markdown
Owner

@mjanez mjanez commented Aug 29, 2025

  • Added pyproject.toml for project metadata and dependencies.
  • Implemented core functionality in src/init.py for configuration loading.
  • Created adjust_markdown.py as an entry point for markdown adjustments.
  • Modularized adjustments into separate packages: adjustments, content_adjustments, and table_adjustments.
  • Developed base utilities for markdown adjustments in base.py.
  • Implemented specific content adjustments including header normalization and index text removal.
  • Developed table adjustments for handling markdown table formatting issues.
  • Created configuration management in config.py for robust settings handling.
  • Established main entry point in main.py for document conversion and adjustment application.
  • Added utility modules for logging and path management.

…sion and adjustment functionalities

- Added pyproject.toml for project metadata and dependencies.
- Implemented core functionality in src/__init__.py for configuration loading.
- Created adjust_markdown.py as an entry point for markdown adjustments.
- Modularized adjustments into separate packages: adjustments, content_adjustments, and table_adjustments.
- Developed base utilities for markdown adjustments in base.py.
- Implemented specific content adjustments including header normalization and index text removal.
- Developed table adjustments for handling markdown table formatting issues.
- Created configuration management in config.py for robust settings handling.
- Established main entry point in main.py for document conversion and adjustment application.
- Added utility modules for logging and path management.
@mjanez mjanez self-assigned this Aug 29, 2025
@mjanez mjanez added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 29, 2025
@mjanez mjanez changed the title Initial commit of docs2md project with comprehensive markdown conver… Initial commit of docs2md project Aug 29, 2025
@mjanez mjanez merged commit 1414932 into main Aug 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant