0.4.0 • Published 5 years ago

mardow v0.4.0

Weekly downloads
3
License
AGPL-3.0-or-later
Repository
github
Last release
5 years ago

Mardow

The ultimate markdown viewer.

Screenshot

Installation

npm install --global mardow

Get Started

mardow serve README.md

For more information run:

mardow --help

Features

  • Uses Marked to convert Markdown to HTML
  • The acute accent is used to mark AsciiMath parts which will get rendered by MathJax. So e.g. ´f(x) = 1/x^2´ will get rendered with the proper math layout. (Attention: Make sure to escape ambiguous characters like "_" from the markdown parser with a backslash "\")

Features

  • Highlighting even works correctly when there are several sections with the same name