termimad 0.34.1

Markdown Renderer for the Terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This example demonstrates
 - a responsive layout
 - a textarea
 - rendering the textarea's content as markdown

Run this example with

    cargo run --example render-input-markdown

If you want to have a log file generated, run

    TERMIMAD_LOG=debug cargo run --example render-input-markdown

Quit with <kbd>ctrl</kbd>-<kbd>Q</kbd>

If you're on linux and there's a compilation error you may have to install xorg-dev and libxcb-composite0-dev, which can be done on apt based distributions with

    sudo apt install xorg-dev libxcb-composite0-dev