{"id":25621084,"url":"https://github.com/kruceo/marceo","last_synced_at":"2026-02-12T03:44:17.567Z","repository":{"id":176682702,"uuid":"657777051","full_name":"Kruceo/Marceo","owner":"Kruceo","description":"Converts Markdown to HTML, allowing you to create fully customized and structured HTML documents.","archived":false,"fork":false,"pushed_at":"2025-02-13T21:36:14.000Z","size":275,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T03:15:02.974Z","etag":null,"topics":["html","markdown","markdown-to-html","parser"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Kruceo.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":"2023-06-23T20:37:21.000Z","updated_at":"2025-02-13T21:36:19.000Z","dependencies_parsed_at":"2023-12-20T20:23:32.523Z","dependency_job_id":"800deea2-2c1d-44e3-94a9-1a07582f2aab","html_url":"https://github.com/Kruceo/Marceo","commit_stats":null,"previous_names":["kruceo/markup","kruceo/markceo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kruceo%2FMarceo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kruceo%2FMarceo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kruceo%2FMarceo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kruceo%2FMarceo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kruceo","download_url":"https://codeload.github.com/Kruceo/Marceo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813803,"owners_count":21165634,"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":["html","markdown","markdown-to-html","parser"],"created_at":"2025-02-22T08:34:01.467Z","updated_at":"2026-02-12T03:44:12.548Z","avatar_url":"https://github.com/Kruceo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marceo: Markdown to HTML Parser with Plugin Support\n\nMarceo is a versatile TypeScript and JavaScript library designed for parsing Markdown to HTML. It boasts plugin support and can seamlessly run in both Node.js and browser environments.\n\n## Installation\n\nTo get started with Marceo, simply install it using npm:\n\n```bash\nnpm install marceo\n```\n\n## Usage\n\nImport the `parse` function from 'marceo' in your TypeScript or JavaScript code, and you're ready to convert your Markdown content into HTML.\n\n```javascript\nimport { parse } from 'marceo';\n\nconst markdownContent = '# My **Markdown**';\nconst htmlResult = parse(markdownContent);\n\nconsole.log(htmlResult);\n```\n\nThis example demonstrates how to convert the Markdown string `'# My **Markdown**'` to its corresponding HTML representation using Marceo's `parse` function. The resulting HTML will be logged to the console.\n\n## Compatibility\n\nMarceo is designed to seamlessly work in both Node.js and browser environments, providing flexibility for your projects. Whether you are building server-side applications or client-side web applications, Marceo has you covered.\n\n## Contributing\n\nWe welcome contributions from the community. If you find issues or have ideas for improvement, please open an [issue](https://github.com/kruceo/marceo/issues) or submit a [pull request](https://github.com/kruceo/marceo/pulls) on GitHub.\n\n## Author\n\n- [Website](https://kruceo.com)\n- [Donations](https://kruceo.com/donate)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkruceo%2Fmarceo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkruceo%2Fmarceo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkruceo%2Fmarceo/lists"}