https://github.com/facelessuser/sublime-pymdown
Sublime plugin to batch process markdown via PyMdown
https://github.com/facelessuser/sublime-pymdown
Last synced: 8 months ago
JSON representation
Sublime plugin to batch process markdown via PyMdown
- Host: GitHub
- URL: https://github.com/facelessuser/sublime-pymdown
- Owner: facelessuser
- Created: 2014-10-08T02:50:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T02:01:42.000Z (over 10 years ago)
- Last Synced: 2025-01-30T02:24:38.185Z (over 1 year ago)
- Language: Python
- Size: 176 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Unix Build Status][travis-image]][travis-link]
![License][license-image]
# Sublime PyMdown
A plugin for sublime text that can convert/preview Markdown via [PyMdown](https://github.com/facelessuser/PyMdown) (a python tool that utilizes [Python Markdown](https://pythonhosted.org/Markdown/) and [Pygments](http://pygments.org/) to convert). PyMdown can also batch convert/preview folders as well in Sublime's sidebar. Also provides commands to strip out critic marks out of a markdown file.
This is a personal package that I have no intentions of releasing to wider audiences, but I do not restrict others from using it. Behavior and commands may be in flux as this is still in development.
# Documentation
http://facelessuser.github.io/sublime-pymdown/
# License
MIT license.
Copyright (c) 2014 Isaac Muse
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[travis-image]: https://img.shields.io/travis/facelessuser/sublime-pymdown/master.svg
[travis-link]: https://travis-ci.org/facelessuser/sublime-pymdown
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg