mdbrowser 0.2.0

A small tool for browsing markdown files.
mdbrowser-0.2.0 is not a library.
Visit the last successful build: mdbrowser-0.1.0

mdbrowser

This is a simple server for rendering the markdown on port 8080. You can specify a different listening address with the -l flag. Run --help for more options.

Example

Here is an example running mdbrowser on 0.0.0.0:8080 and with some styles and scripts:

./mdbrowser -C /path/to/markdown/directory -l "0.0.0.0:8080" --style="//cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.css" --style="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/styles/default.min.css" --style="body {width: 1024px;margin: auto;}" --script="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js" --script="hljs.highlightAll();"