/ Published in: Bash
You may need to first sudo gem install maruku and install Lynx using your favorite package manager or just download Lynx by itself
Expand |
Embed | Plain Text
# generate HTML from Markdown and view the rendered page in the terminal maruku myfile.markdown lynx --dump myfile.html # and of course, to just generate and preview the raw HTML in the terminal maruku myfile.markdown cat myfile.html
You need to login to post a comment.
