{"id":16039569,"url":"https://github.com/jub0t/markdownx","last_synced_at":"2026-03-05T12:01:28.865Z","repository":{"id":57689523,"uuid":"463821050","full_name":"jub0t/MarkdownX","owner":"jub0t","description":"Unleash the Power of Markdown with Tailwind CSS Compatibility","archived":false,"fork":false,"pushed_at":"2024-04-05T09:42:36.000Z","size":3568,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T22:39:39.842Z","etag":null,"topics":["markdown","markdown-parser","md","parser","regex","taildown","tailwinds","tailwinds-markdown","tailwindscss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jub0t.png","metadata":{"files":{"readme":"readme.md","changelog":null,"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":"2022-02-26T10:26:21.000Z","updated_at":"2025-03-03T01:17:39.000Z","dependencies_parsed_at":"2024-10-08T23:05:46.934Z","dependency_job_id":"62e5c958-bb90-434c-9185-57f48e542bde","html_url":"https://github.com/jub0t/MarkdownX","commit_stats":null,"previous_names":["jub0t/tailwind-markdown-parser","jareer12/tailwindsmarkdown"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jub0t/MarkdownX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jub0t%2FMarkdownX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jub0t%2FMarkdownX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jub0t%2FMarkdownX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jub0t%2FMarkdownX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jub0t","download_url":"https://codeload.github.com/jub0t/MarkdownX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jub0t%2FMarkdownX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30123727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T11:11:57.947Z","status":"ssl_error","status_checked_at":"2026-03-05T11:11:29.001Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["markdown","markdown-parser","md","parser","regex","taildown","tailwinds","tailwinds-markdown","tailwindscss"],"created_at":"2024-10-08T23:05:39.348Z","updated_at":"2026-03-05T12:01:28.839Z","avatar_url":"https://github.com/jub0t.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown For Tailwinds\n\n⚡ Markdown parser compatible with Tailwind Css. Prism.js themes can be found [here](./styles).\n\n![Preview](./preview.png)\n\n## Installation\n\nGet the file from Releases, get styles from [here](https://github.com/PrismJS/prism-themes)\n\n## Usage\n\n```js\n// Initialized\nconst Parser = new Tayparser();\n```\n\n```js\n// Parse Markdown\nconst MarkdownCode = `\n# Blog Post\n`;\nconst Code = Parser.parse(MarkdownCode);\nconsole.log(Code);\n```\n\n```js\n// Highlight All \u003cpre\u003e Snippets\nPrism.highlightAll();\n```\n\n```js\n// Escape HTML\nconst Markdown = new TailDown({ escapeHTML: true });\n```\n\n## Config\n\n```js\nconst Markdown = new TailDown({\n  a: {\n    customClass: \"hover:text-blue-500\",\n    extendStyle: \"display: block;\",\n  },\n  h3: {\n    customClass: \"text-gray-600\",\n    extendStyle: \"display: block;\",\n  },\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjub0t%2Fmarkdownx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjub0t%2Fmarkdownx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjub0t%2Fmarkdownx/lists"}