- Notifications
You must be signed in to change notification settings - Fork1
License
NotificationsYou must be signed in to change notification settings
mori-dev/markup-preview-command
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
We use this library on Github when rendering your README or any otherrich text file,When We are editing by Emacs or other editor.
The following markups are supported. Because We use github-markup gem.
- .markdown
- .textile
- .rdoc
- .org
- .creole
- .mediawiki
- .rst --
pip docutils
- .asciidoc --
brew install asciidoc, sudo apt-get install asciidoc
- .pod --
Pod::Simple::HTML
comes with Perl >= 5.10. Lower versions should install Pod::Simple from CPAN.
gem install markup-preview-command
markup-preview --filepath foo --markup markdown --output browsermarkup-preview --filepath foo.md --output browsermarkup-preview -f foo.md -o browsercat bar.md | markup-preview -m markdown
Or, more realistically:
Put markup-preview.el in your load-path.cp path/to/markup-preview-command/etc/markup-preview.el ${HOME}/.emacs.d/elisp/markup-preview.elAdd following code.(require 'markup-preview)(global-set-key (kbd "M--") 'markup-preview) ; key bind example
Fork, fix, then send me a pull request.
Copyright (c) mori_dev. See LICENSE for details.
About
No description, website, or topics provided.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.