{"id":23118997,"url":"https://github.com/tusharad/markdown-parser","last_synced_at":"2025-07-04T06:35:18.527Z","repository":{"id":225008127,"uuid":"764810696","full_name":"tusharad/markdown-parser","owner":"tusharad","description":"Convert markdown text into html","archived":false,"fork":false,"pushed_at":"2024-06-01T15:44:32.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-01T17:55:50.331Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tusharad.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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-02-28T18:50:51.000Z","updated_at":"2024-06-01T15:44:35.000Z","dependencies_parsed_at":"2024-02-28T21:25:44.527Z","dependency_job_id":"5a7b7be6-ba51-476b-a1ed-5bd7507a1263","html_url":"https://github.com/tusharad/markdown-parser","commit_stats":null,"previous_names":["tusharad/markdown-parser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharad%2Fmarkdown-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharad%2Fmarkdown-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharad%2Fmarkdown-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharad%2Fmarkdown-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tusharad","download_url":"https://codeload.github.com/tusharad/markdown-parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230069805,"owners_count":18168000,"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":[],"created_at":"2024-12-17T05:31:06.621Z","updated_at":"2024-12-17T05:31:08.704Z","avatar_url":"https://github.com/tusharad.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown Parser in Haskell\n\nMarkdown parser implemented in Haskell using the Megaparsec library.\n\n## Instructions\n\nTo use the Markdown Parser, follow these simple steps:\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/your-username/markdown-parser.git\n   ```\n\n2. **Build the Project:**\n   ```bash\n   cd markdown-parser\n   cabal build\n   ```\n\n3. **Run the Parser:**\n   ```bash\n   cabal run\n   ```\n4. **Send POST request with JSON Data**\n   ```bash\n   curl -X POST \\\n   -H \"Content-Type: application/json\" \\\n   -d '{\"message\": \"# Hello\\n## There.\"}' \\\n   http://localhost:3000/toHTML\n   ```\n   Output: ```\u003ch1\u003eHello. \u003c/h1\u003e \u003ch2\u003eThere. \u003c/h2\u003e```\n\n## Things to Work On\n\n- **Indentation-sensitive Parsing**\n\n## Contributing\n\nIf you'd like to contribute to the Markdown Parser project, please feel free to fork the repository, make your changes, and submit a pull request. Your contributions are valuable and appreciated!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharad%2Fmarkdown-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftusharad%2Fmarkdown-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharad%2Fmarkdown-parser/lists"}