- Notifications
You must be signed in to change notification settings - Fork0
hhatto/meow
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Meow is an editor-agnostic Markdown, reStructuredText and Textile live previewer.Once you save your file, the rendered HTML will automatically get reloadedin your favourite browser.
The Original Version ismoo . Meow fork from moo (commit history ), And add function ofreStructuredText live previewer.
pip install meow
meow requires
Opens preview in browser with server listening on 3000:
meow --port 3000 your-doc.markdown
Export to HTML only:
meow -o exported.html your-doc.markdown
To specify file type:
meow --filetype rst README
Action | HTTP Method | Request URL | Response Body |
---|---|---|---|
Get preview | GET | http://localhost:<port> | <Preview content> |
Get updated content | POST | http://localhost:<port>/update | <Rendered body> |
Close server | DELETE | http://localhost:<port> |
Seesource files for more details.
(The MIT License)
About
Yet another markdown/reST preview server (based on moo)
Resources
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.