Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 450 Bytes

File metadata and controls

24 lines (17 loc) · 450 Bytes

Markdown to HTML Render

A simple markdown render using GitHub Markdown Rendering API.

It converts a Markdown file to ready-to-view HTML file.

Usage

python render_markdown.py <input> [<output>]

Options:

<input>:
    Markdown file to render.

<output>:
    Output file to save rendering. Optional.

Example

python render_markdown.py README.md out.html