{"id":20535457,"url":"https://github.com/satrong/mark-down-style","last_synced_at":"2026-03-19T16:17:07.046Z","repository":{"id":90633855,"uuid":"404249497","full_name":"satrong/mark-down-style","owner":"satrong","description":"Markdown Style","archived":false,"fork":false,"pushed_at":"2021-11-02T01:18:29.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T18:37:50.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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/satrong.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":"2021-09-08T07:18:09.000Z","updated_at":"2022-09-16T06:32:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6b2d504-8dfb-492e-8378-c1e71fb04ad5","html_url":"https://github.com/satrong/mark-down-style","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":0.25,"last_synced_commit":"79472cb72962b90ab205e95ab2a1e72efe77d179"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/satrong/mark-down-style","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satrong%2Fmark-down-style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satrong%2Fmark-down-style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satrong%2Fmark-down-style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satrong%2Fmark-down-style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satrong","download_url":"https://codeload.github.com/satrong/mark-down-style/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satrong%2Fmark-down-style/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30323232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-16T00:31:27.906Z","updated_at":"2026-03-10T03:34:28.268Z","avatar_url":"https://github.com/satrong.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown Style\n\n\u003e Based on [github-markdown-css](https://github.com/sindresorhus/github-markdown-css).\n\n## Install\n```bash\nnpm i mark-down-style\n```\n\n## Supported sass variables\n```scss\n/* the container's className */\n$containerClassName:          md-style !default;\n\n/* heading font size */\n$base-font-size:              12px !default;\n$h1-font-size:                $base-font-size + 2 * 6  !default;\n$h2-font-size:                $base-font-size + 2 * 5 !default;\n$h3-font-size:                $base-font-size + 2 * 4 !default;\n$h4-font-size:                $base-font-size + 2 * 3 !default;\n$h5-font-size:                $base-font-size + 2 * 2 !default;\n$h6-font-size:                $base-font-size + 2 * 1 !default;\n\n/* pre background color */\n$pre-bg-color:                #333 !default;\n$pre-shadow-opacity:          50% !default;\n$pre-font-size:               $base-font-size !default;\n\n/* inline `code`  */\n$code-font-color:             #b8341e !default;\n\n```\n\n## Supported CSS 3 variables\n```css\n--pre-bg-color: #{$pre-bg-color};\n--pre-shadow-opacity: #{$pre-shadow-opacity};\n--pre-font-size: #{$pre-font-size};\n--code-font-color: #{$code-font-color};\n```\n\nYou can rewrite css 3 variables like below:\n```css\n.md-style {\n  --pre-bg-color: #eee !important;\n  --pre-shadow-opacity: 10% !important;\n  --code-font-size: 13px !important;\n  --code-font-color: blue !important;\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatrong%2Fmark-down-style","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatrong%2Fmark-down-style","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatrong%2Fmark-down-style/lists"}