summaryrefslogtreecommitdiffstats
path: root/office/vmd/README
diff options
context:
space:
mode:
author Ricardo J. Barberis2019-08-25 03:13:43 +0200
committer Willy Sudiarto Raharjo2019-08-25 03:13:43 +0200
commitd0eaddebf558bab4a61b0f4afb2392a2c29c1f0f (patch)
treec91ed88bc3398bb1ab948edf2d03685b4cbc8336 /office/vmd/README
parentf4b75d1777b8e2adebbdd5385e227237a0c2e367 (diff)
downloadslackbuilds-d0eaddebf558bab4a61b0f4afb2392a2c29c1f0f.tar.gz
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/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/office/vmd/README b/office/vmd/README
new file mode 100644
index 0000000000..d3404bf4f5
--- /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.