You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Michael Muré 14a73ed3c9
Merge pull request #21 from MichaelMure/dependabot/add-v2-config-file
Create Dependabot config file
2 years ago
.github Create Dependabot config file 2 years ago
examples add readme 3 years ago
.gitignore new attempt at travis deployment 4 years ago
.travis.yml fix version not working when builded by travis 3 years ago
LICENSE add a license 3 years ago
Makefile fix version not working when builded by travis 3 years ago
Readme.md feat: add emacs-like up and down navigation 3 years ago
go.mod Bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9 3 years ago
go.sum Bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9 3 years ago
keybindings.go refactor keybindings declaration so that a help screen can be created 3 years ago
mdr.go refactor keybindings declaration so that a help screen can be created 3 years ago
version.go print the version 3 years ago

Readme.md

mdr : MarkDown Renderer

Build Status Go Report Card GitHub license Gitter chat

mdr is a standalone Markdown renderer for the terminal.

Note: Markdown being originally designed to render as HTML, rendering in a terminal is occasionally challenging and some adaptation had to be made.

Examples

rendered markdown rendered table rendered code

Installation

You can grab a pre-compiled binary.

Keybindings

Action Key
Quit ctrl+C, Q
Up , K, ctrl+P
Down , J, ctrl+N
Page Up
Page Down , space

Origin

This tool is an offspring of the git-bug project.

Contribute

PRs accepted.

License

MIT