diff options
author | Ricardo J. Barberis <ricardo.barberis@gmail.com> | 2019-08-25 08:13:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-25 08:13:43 +0700 |
commit | d0eaddebf558bab4a61b0f4afb2392a2c29c1f0f (patch) | |
tree | c91ed88bc3398bb1ab948edf2d03685b4cbc8336 /office/vmd/README | |
parent | f4b75d1777b8e2adebbdd5385e227237a0c2e367 (diff) |
office/vmd: Added (Terminal Markdown Viewer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/vmd/README')
-rw-r--r-- | office/vmd/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/office/vmd/README b/office/vmd/README new file mode 100644 index 0000000000000..d3404bf4f5783 --- /dev/null +++ b/office/vmd/README @@ -0,0 +1,10 @@ +vmd (Terminal Markdown Viewer) + +Render markdown in a terminal! Why? Because although Markdown is still +readable as-is, if you use Markdown a lot, it's nice to have something to +render it with the proper formatting - with bold text and emphasis, etc. + +This package requires Markdown compiled with python3 support + +Also, this version is patched to ignore img tags, which make vmd fail +parsing certain markdown documents. |