mirror of https://github.com/MichaelMure/mdr.git
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.
Create Dependabot config file |
2 years ago | |
---|---|---|
.github | 2 years ago | |
examples | 3 years ago | |
.gitignore | 4 years ago | |
.travis.yml | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
Readme.md | 3 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
keybindings.go | 3 years ago | |
mdr.go | 3 years ago | |
version.go | 3 years ago |
Readme.md
mdr : MarkDown Renderer
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
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