{"id":18234486,"url":"https://github.com/jonas-is-coding/markdown-to-html","last_synced_at":"2026-05-02T06:38:50.020Z","repository":{"id":261044891,"uuid":"883076397","full_name":"jonas-is-coding/markdown-to-html","owner":"jonas-is-coding","description":"A fast and efficient C++ based Markdown to HTML converter with additional tools and integrations.","archived":false,"fork":false,"pushed_at":"2024-11-17T12:12:31.000Z","size":422,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T10:27:22.454Z","etag":null,"topics":["converter","cpp","html","markdown"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonas-is-coding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-04T10:36:14.000Z","updated_at":"2024-11-17T12:12:34.000Z","dependencies_parsed_at":"2024-11-04T12:36:48.414Z","dependency_job_id":null,"html_url":"https://github.com/jonas-is-coding/markdown-to-html","commit_stats":null,"previous_names":["jonas-is-coding/markdown-to-html"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonas-is-coding%2Fmarkdown-to-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonas-is-coding%2Fmarkdown-to-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonas-is-coding%2Fmarkdown-to-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonas-is-coding%2Fmarkdown-to-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonas-is-coding","download_url":"https://codeload.github.com/jonas-is-coding/markdown-to-html/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247856542,"owners_count":21007621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converter","cpp","html","markdown"],"created_at":"2024-11-04T22:03:24.188Z","updated_at":"2026-05-02T06:38:44.984Z","avatar_url":"https://github.com/jonas-is-coding.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown to HTML Converter\n\nA fast and efficient C++ based Markdown to HTML converter with additional tools and integrations.\n\n## Core Features\n\n- Fast Markdown to HTML conversion using C++\n- Support for standard Markdown syntax\n- Minimal dependencies\n- Command line interface\n- Cross-platform compatibility (Windows, Linux, MacOS)\n\n## Project Structure\n\n```\nmarkdown-converter/\n├── src/                        # Core C++ source files\n│   ├── main.cpp/               # C++ Source Code\n│   └── markdown-converter/     # Executable File\n├── include/                    # Header files\n├── examples/                   # Example Files\n├── tests/                      # Tests\n└── integrations/               # IDE/Editor integrations\n    └── vscode/                 # VS Code extension\n```\n\n## Building from Source\n\n### Prerequisites\n\n- C++17 compatible compiler\n- CMake 3.15 or higher\n- Make (on Unix systems) or Visual Studio (on Windows)\n\n### Build Instructions\n\n```bash\n# Clone the repository\ngit clone https://github.com/jonas-is-coding/markdown-converter\n\n# Create build directory\nmkdir build \u0026\u0026 cd build\n\n# Configure with CMake\ncmake ..\n\n# Build\ncmake --build .\n\n# Run tests (optional)\nctest\n```\n\n## Usage\n\n### Command Line\n\n```bash\n# Basic usage\n./markdown-converter input.md output.html\n\n# Show help\n./markdown-converter --help\n\n# Version information\n./markdown-converter --version\n```\n\n### Using as a Library\n\n```cpp\n#include \"markdown_converter.h\"\n\nint main() {\n    MarkdownConverter converter;\n    std::string markdown_content = \"# Hello World\\nThis is a test.\";\n    std::string html = converter.convert(markdown_content);\n    return 0;\n}\n```\n\n## Integrations\n\n### VS Code Extension\n\nA Visual Studio Code extension is available in the `integrations/vscode` directory. It provides a GUI interface for the converter within VS Code. See the extension's own README for detailed installation and usage instructions.\n\n### Other IDEs/Editors\n\nContributions for integrations with other IDEs and text editors are welcome!\n\n### Development Setup\n\n1. Fork the repository\n2. Set up the build environment as described above\n3. Create a new branch for your feature\n4. Make your changes\n5. Run the tests\n6. Submit a pull request\n\n## Testing\n\n```bash\n# Run all tests\nctest\n\n# Run specific test suite\nctest -R parser_tests\n\n# Run tests with verbose output\nctest -V\n```\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Roadmap\n\n- [ ] Support for extended Markdown syntax\n- [ ] Custom style templates\n- [ ] More editor integrations\n- [ ] WebAssembly build\n- [ ] Performance optimizations\n- [ ] API for other programming languages\n\n## Acknowledgments\n\n- The CommonMark specification\n- All contributors who have helped with code, bug reports, and suggestions\n\n---\n\nFor questions and support, please open an issue in the GitHub repository.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonas-is-coding%2Fmarkdown-to-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonas-is-coding%2Fmarkdown-to-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonas-is-coding%2Fmarkdown-to-html/lists"}