{"id":16653231,"url":"https://github.com/yuvix25/markdown2html-proxy","last_synced_at":"2025-10-04T19:07:17.405Z","repository":{"id":182819417,"uuid":"669143817","full_name":"Yuvix25/markdown2html-proxy","owner":"Yuvix25","description":"A simple web proxy converting Markdown to HTML, embeddable.","archived":false,"fork":false,"pushed_at":"2023-07-21T13:53:48.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-19T10:09:54.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Yuvix25.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}},"created_at":"2023-07-21T12:56:59.000Z","updated_at":"2023-07-21T13:29:22.000Z","dependencies_parsed_at":"2023-07-21T15:50:27.685Z","dependency_job_id":null,"html_url":"https://github.com/Yuvix25/markdown2html-proxy","commit_stats":null,"previous_names":["yuvix25/markdown2html-proxy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yuvix25%2Fmarkdown2html-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yuvix25%2Fmarkdown2html-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yuvix25%2Fmarkdown2html-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yuvix25%2Fmarkdown2html-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yuvix25","download_url":"https://codeload.github.com/Yuvix25/markdown2html-proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243258506,"owners_count":20262300,"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-10-12T09:43:33.108Z","updated_at":"2025-10-04T19:07:12.024Z","avatar_url":"https://github.com/Yuvix25.png","language":"JavaScript","readme":"# Markdown2HTML Proxy\n\n## Usage\nThis proxy receives 2 query parameters, `url` and `style`. `url` should contain the URL to the raw markdown file. `style` should contain a URI encoded JSON representing the style to be applied on the `\u003cbody\u003e` tag. The default style is:  \n```css\nbody {\n    margin: 30px auto 30px auto;\n    max-width: 1000px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Noto Sans\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\";\n    background-color: #0d1117;\n    color: rgb(230, 237, 243);\n}\n\na {\n    color: rgb(3, 102, 214);\n    text-decoration: none;\n}\n```\n\nExample:\n```js\nconst markdownUrl = \"https://raw.githubusercontent.com/Yuvix25/markdown2html-proxy/main/README.md\";\n\nconst style = {\n    \"background-color\": \"white\",\n    \"color\": \"black\",\n}\nconst styleEncoded = encodeURIComponent(JSON.stringify(style));\n\n\nconst proxyUrl = `https://yuvix25.github.io/markdown2html-proxy?style=${styleEncoded}\u0026url=${markdownUrl}`;\n```\n\nYou can then embed the result in any of your web apps.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuvix25%2Fmarkdown2html-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuvix25%2Fmarkdown2html-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuvix25%2Fmarkdown2html-proxy/lists"}