An open API service indexing awesome lists of open source software.

https://github.com/Alex-Rose/webmd

View markdown files in browser
https://github.com/Alex-Rose/webmd

Last synced: 6 months ago
JSON representation

View markdown files in browser

Awesome Lists containing this project

README

          

# Web markdown viewer

## A static web markdown viewer

This simple static web page uses ajax to load a markdown file
and [markdown-js](https://github.com/evilstreak/markdown-js) to
render it on the client side.

Multiple themes from [bootswatch](https://github.com/thomaspark/bootswatch).

Navigation is handled client using javascript.

**Checkout a [live demo](http://step.polymtl.ca/~alexrose/webmd/)**

## How to use

### Write markdown content

You may refer to this [GitHub page](https://help.github.com/articles/markdown-basics/) for basic markdown syntax

### Deploy

* Put .md files in `content` directory
* Change `conf.js` values
* Change home button URL in `index.html`

### Use

Request pages using simple URL : example.com/my-file.md