{"id":19356332,"url":"https://github.com/math2001/markdownlivepreview","last_synced_at":"2025-10-22T10:58:24.611Z","repository":{"id":39176361,"uuid":"74643587","full_name":"math2001/MarkdownLivePreview","owner":"math2001","description":"A Sublime Text 3 plugin to preview your markdown as you type","archived":false,"fork":false,"pushed_at":"2020-05-10T10:40:12.000Z","size":593,"stargazers_count":305,"open_issues_count":33,"forks_count":43,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-23T10:45:53.975Z","etag":null,"topics":["live-preview","markdown","python","sublime-text","sublime-text-3"],"latest_commit_sha":null,"homepage":"https://math2001.github.io/MarkdownLivePreview","language":"Python","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/math2001.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}},"created_at":"2016-11-24T06:17:56.000Z","updated_at":"2025-03-20T16:20:20.000Z","dependencies_parsed_at":"2022-08-01T07:59:13.742Z","dependency_job_id":null,"html_url":"https://github.com/math2001/MarkdownLivePreview","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/math2001/MarkdownLivePreview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2FMarkdownLivePreview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2FMarkdownLivePreview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2FMarkdownLivePreview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2FMarkdownLivePreview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/math2001","download_url":"https://codeload.github.com/math2001/MarkdownLivePreview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2FMarkdownLivePreview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270856775,"owners_count":24657700,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":["live-preview","markdown","python","sublime-text","sublime-text-3"],"created_at":"2024-11-10T07:04:03.196Z","updated_at":"2025-10-22T10:58:19.558Z","avatar_url":"https://github.com/math2001.png","language":"Python","readme":"# MarkdownLivePreview\n\nA simple plugin to preview your markdown as you type right in Sublime Text.\nNo dependencies!\n\n## How to install\n\nIt's available on package control!\n\n## Setting a keybinding\n\nThe open the preview, you can search up in the command palette\n(\u003ckbd\u003ectrl+shift+p\u003c/kbd\u003e) `MarkdownLivePreview: Open Preview`. But if you\nprefer to have a shortcut, add this to your keybindings file:\n\n```json\n{\n    \"keys\": [\"alt+m\"],\n    \"command\": \"open_markdown_preview\"\n}\n```\n\n## How to contribute\n\nIf you know what feature you want to implement, or what bug you wanna fix, then\ngo ahead and hack! Maybe raise an issue before hand so that we can talk about\nit if it's a big feature.\n\nBut if you wanna contribute just to say thanks, and don't really know what you\ncould be working on, then there are a bunch of `FIXME`s all over this package.\nJust pick one and fix it :-)\n\n```\n$ git clone https://github.com/math2001/MarkdownLivePreview\n$ cd MarkdownLivePreview\n$ grep -R FIXME\n```\n\n### Hack it!\n\n1. Fork this repo\n2. Make your own branch (the name of the branch should be the feature you are\n   implementing eg. `improve-tables`, `fix-crash-on-multiple-preview`\n3. All your code should be formated by black.\n4. Send a PR!\n\n### Known limitations\n\n#### Numbered lists are rendered as unordered lists\n\n```md\n1. first\n2. second\n3. third\n```\n\nwill be previewed the exact same way as\n\n```md\n- first\n- second\n- third\n```\n\nThe issue comes from [Sublime Text's minihtml](https://www.sublimetext.com/docs/3/minihtml.html) which [doesn't support ordered lists](https://github.com/sublimehq/sublime_text/issues/1767). If you think feel like implementing a workaround, feel free to contribute, but it's not something I'm planning on doing. It isn't a critical feature, and support should come with time...\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath2001%2Fmarkdownlivepreview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmath2001%2Fmarkdownlivepreview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath2001%2Fmarkdownlivepreview/lists"}