Skip to content

Presentation

Markdown is life !!

List

Render markdown in browser

From VIM

Install Markdown preview plugin

# Usage in vim
:MarkdownPreview

From command line

pandoc <file>.md | grip - -b

# If you installed mdview, just use
mdview <file>.md

Setup Markdown editor and viewer

Python markdown editor is a great tool when only having python on a computer or if you want simple markdwon edition.

The best part is it integrates a VIM editor.

Diagram