Livermark

This software is in the early stages and is not well-tested

Livemark is a static site generator that extends Markdown with interactive charts, tables, scripts, and more.

## Purpose
  • Improved writing experience: Now your Markdown data articles can include interactive charts, tables, a live development server, and much more.
  • Static site generator: Livemark only operates with static files - it creates an HTML file from your Mardown file.

Features

  • Open Source (MIT)
  • Full Markdown compatibility
  • Markdown extensions such as tables and charts
  • Straight-forward command-line interface
  • Live development server

Example

Take a look at the DEMO article

# Build a single document (index.md by default)
$ livemark build

# Start a livereload server
$ livemark start