https://github.com/molnarmark/markdowncodeblocks
⬛ Sublime Text 3 plugin to add Markdown syntax highlighted blocks with ease.
https://github.com/molnarmark/markdowncodeblocks
Last synced: 3 months ago
JSON representation
⬛ Sublime Text 3 plugin to add Markdown syntax highlighted blocks with ease.
- Host: GitHub
- URL: https://github.com/molnarmark/markdowncodeblocks
- Owner: molnarmark
- License: mit
- Created: 2018-09-05T15:52:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T15:51:04.000Z (almost 8 years ago)
- Last Synced: 2025-10-12T19:56:01.996Z (9 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown Code Blocks
⬛ A tiny plugin that helps with inserting Markdown code blocks inside your files.
## Installation
Using `Package Control`, search for `Markdown Code Blocks`
## Usage
If installed correctly, a command will appear in your command palette.\
Search for the `Markdown Code Blocks: Add Block` command, and type in your desired language name.\
Make sure you use all lowercase letters.
By default, the command will insert your cursor right inside the code block, so you can just paste your code right away.
## License
- MIT