• Stars
    star
    428
  • Rank 101,481 (Top 2 %)
  • Language
    Go
  • License
    MIT License
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MarkDown Renderer for the terminal

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

More Repositories