0.8.0 • Published 4 years ago

show-md v0.8.0

Weekly downloads
42
License
MIT
Repository
github
Last release
4 years ago

Gitpod Ready-to-Code

show-md - short user guide

show-md is a node.js application which converts Markdown files to html files and hosts them on a HTTP server, ready to show in browser. To convert markdown to html showdown by showdownjs is used, with additional extensions.

Table of contents:

1. Installation guide {install}

There are diffrent approaches to install show-md on your local system.

1.1. Install stable version with npm (recommended){install_npm}

Required:

To get the application with npm use:

npm install show-md -g

1.2. Install manually {install_source}

Required:

To build the application from source code you have to clone the repository with the command:

git clone https://github.org/lehmuth/show-md

To install show-md use the npm command line tool, delivered with nodejs:

npm install show-md

2. Usage {usage}

Open your command line and navigate to the root directory, where you want to open the show-md server. To execute type:

show-md start [-d|--dir <path>]
			  [-p|--port <port>]
			  [-s|--style <path/to/style.css|default|github|none>]
			  [-l|--lang <html-lang-id>]
  • -d: sets another root directory. Default is the current working directory.
  • -p: changes the servers port. It is accessable by a browser with address: http://localhost:[PORT]/
  • -s: set the theme by referencing a css file, or one of the available defaults: - github: Github markdown style by Sindre Sorhus (github) - default: Default show-md design - none: No stylesheet, just pure HTML
  • -l: set the language of your content. This is needed to justify paragraphs.

3. Markdown syntax {syntax}

Find a detailed syntax description in the wiki: syntax

0.8.0

4 years ago

0.7.8

4 years ago

0.7.6

4 years ago

0.7.5

4 years ago

0.7.7

4 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.6.0-dev.0

4 years ago

0.6.0-dev.2

4 years ago

0.5.1

4 years ago

0.4.0

4 years ago

0.2.5-dev.0

4 years ago

0.2.4

4 years ago

0.2.4-dev.5

4 years ago

0.2.4-dev.4

4 years ago

0.2.4-dev.3

4 years ago

0.2.4-dev.1

4 years ago

0.2.4-dev.0

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.9-dev.5

4 years ago

0.1.9-dev.4

4 years ago

0.1.9-dev.3

4 years ago

0.1.9-dev.2

4 years ago

0.1.9-dev.1

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago