{"id":24435755,"url":"https://github.com/denius/markdown-css","last_synced_at":"2025-03-13T22:13:03.049Z","repository":{"id":272511515,"uuid":"916841608","full_name":"denius/markdown-css","owner":"denius","description":"Custom CSS for displaying Markdown by (neo)vim plugin https://github.com/iamcco/markdown-preview.nvim","archived":false,"fork":false,"pushed_at":"2025-01-14T21:40:51.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T21:11:14.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/denius.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":"2025-01-14T21:24:43.000Z","updated_at":"2025-01-14T21:40:54.000Z","dependencies_parsed_at":"2025-01-14T22:36:43.760Z","dependency_job_id":"7575c1d8-8d44-4bb5-8892-f383885a2e97","html_url":"https://github.com/denius/markdown-css","commit_stats":null,"previous_names":["denius/markdown-css"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denius%2Fmarkdown-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denius%2Fmarkdown-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denius%2Fmarkdown-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denius%2Fmarkdown-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denius","download_url":"https://codeload.github.com/denius/markdown-css/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243489829,"owners_count":20299001,"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":"2025-01-20T17:33:34.152Z","updated_at":"2025-03-13T22:13:03.011Z","avatar_url":"https://github.com/denius.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# markdown-css\nCustom CSS for displaying Markdown by (neo)vim plugin https://github.com/iamcco/markdown-preview.nvim\n\nSlightly modified CSS generated by the command:\n```\ngithub-markdown-css --theme=light \u003e github-markdown-css-light.css\n```\nfrom https://github.com/sindresorhus/generate-github-markdown-css\n\n\n# Install\n\n```sh\ncd ~/.config\ngit clone https://github.com/denius/markdown-css.git\n```\n\n# Set up\n\nPlugin 'iamcco/markdown-preview.nvim' config for 'lazy.nvim':\n```lua\n  -- markdown preview plugin for (neo)vim\n  -- https://github.com/iamcco/markdown-preview.nvim\n  {\n    \"iamcco/markdown-preview.nvim\",\n    cmd = { \"MarkdownPreviewToggle\", \"MarkdownPreview\", \"MarkdownPreviewStop\" },\n    build = \"cd app \u0026\u0026 yarn install\",\n    init = function()\n      vim.g.mkdp_filetypes = { \"markdown\", \"quarto\" }\n      vim.g.mkdp_auto_close = 1\n      vim.g.mkdp_highlight_css = vim.fn.expand('~/.config/markdown-css/github-markdown-css-light.css')\n      vim.g.mkdp_markdown_css = vim.fn.expand('~/.config/markdown-css/github-markdown-css-light.css')\n      -- vim.g.mkdp_browser = 'chromium'\n      -- config snippet via https://github.com/iamcco/markdown-preview.nvim/issues/262#issuecomment-1219333266\n      vim.cmd(\n        [[\n        function OpenMarkdownPreview (url)\n        execute \"silent ! chromium-browser --new-window --app=\" . a:url\n        endfunction\n        ]]\n      )\n      vim.g.mkdp_browserfunc = 'OpenMarkdownPreview'\n      vim.keymap.set('n', '\u003cLocalLeader\u003ev', ':MarkdownPreviewToggle\u003ccr\u003e', { silent = false })\n    end,\n    ft = { \"markdown\", \"quarto\" },\n  },\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenius%2Fmarkdown-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenius%2Fmarkdown-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenius%2Fmarkdown-css/lists"}