MarkdownLight
Markdown syntax highlighting plugin and color scheme for Sublime Text 3
Details
Installs
- Total 36K
- Win 15K
- Mac 13K
- Linux 7K
Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 1 | 0 | 2 | 0 | 0 | 2 | 0 | 1 | 0 | 2 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 2 | 1 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
Markdown Light
Markdown syntax highlighting plugin and color scheme for Sublime Text 3.
:skull: WARNING! This project is pretty much abandoned. I personally don't use Sublime Text anymore and don't have time to fix compatibility issues with new versions of Siblime that continue to arise.
Features
- Supports core Markdown with Github additions.
- Self-contained, everything just works out of the box.
- Has built-in light and dark color schemes with normal contrast.
- Focused on real use cases, not specs.
- Covered by unit tests to control corner cases and regressions.
Installation
Install via Package Control or just clone the repository to the Sublime “Packages” directory.
Demo
Light color scheme (default)
Dark color scheme
How to use the dark color scheme
Open any markdown file and use the main menu to edit syntax specific settings (Settings — More
→ Syntax Specific — User
). Add color_scheme
value as follows:
{
"color_scheme": "Packages/MarkdownLight/MarkdownDark.tmTheme"
}
Running the tests
UnitTesting plugin is required to run the tests. Use it as described here.
Copyright © 2015 Sergey Kogan. Licensed under The MIT license.