https://github.com/veelenga/crown
Preview markdown files locally with Crystal Markdown
https://github.com/veelenga/crown
Last synced: about 2 months ago
JSON representation
Preview markdown files locally with Crystal Markdown
- Host: GitHub
- URL: https://github.com/veelenga/crown
- Owner: veelenga
- License: apache-2.0
- Created: 2015-06-25T14:31:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T13:29:48.000Z (almost 10 years ago)
- Last Synced: 2025-02-07T19:29:06.670Z (4 months ago)
- Language: Crystal
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crown [](https://travis-ci.org/veelenga/crown)
**Cr**(ystal) (Markd)**own** helps to preview markdown files locally with [Github Markdown API](https://developer.github.com/v3/markdown/#render-a-markdown-document-in-raw-mode) or Crystal Markdown.
## TODO
* [X] Nice stylesheets
* [X] HTML cache
* [ ] Command line options
* [ ] Binary
* [ ] User authentication
* [ ] File list to preview## Contributing
1. Fork it ( https://github.com/veelenga/crown/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request