Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 feat: add mermaid diagram rendering and improve logger integration #44

Merged
merged 4 commits into from
Dec 13, 2024

Conversation

sudoskys
Copy link
Owner

  • Implement mermaid diagram support in markdown processing.
  • Introduce new logger for better message handling.
  • Update type hints for better code clarity.
  • Adjusted project dependencies in pyproject.toml.

- Implement mermaid diagram support in markdown processing.
- Introduce new logger for better message handling.
- Update type hints for better code clarity.
- Adjusted project dependencies in pyproject.toml.
- Move BaseInterpreter and MermaidInterpreter to interpreters.py
- Introduce Interpreters list for managing interpreter instances
- Adjust imports and references in related files to use new module

🗑️ chore(types): extract content types to separate module

- Extract ContentTypes and related classes to type.py
- Update imports and references to use new type module
- Added ContentTypes to imports in __init__.py and relevant scripts.
- Updated README.md to include Mermaid Diagrams render support.
- Improved formatting for markdownify_case.py links.
@sudoskys sudoskys self-assigned this Dec 13, 2024
@sudoskys sudoskys merged commit 89f968c into main Dec 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant