md-live-server

Server that renders markdown files and live updates the page each time that the file is updated.

screenshot00

Usage

Put the binary file md-live-server in your $PATH, and then go to the directory where are the markdown files that want to live render, and just use:

> md-live-server

And then go to the browser at http://127.0.0.1:8080

Features

  • server rendering .md files
  • live reload when .md file changes
  • directory files list on / endpoint
  • on error return error page, instead of panic server
  • graphviz
  • colour <code> with syntax highlighting
Description
No description provided
Readme GPL-3.0 30 MiB
Languages
Go 99.6%
Shell 0.4%