commit 866ba47ae993861568192d34507cd298dd3f7583
parent 24fb53f77f730149637d3d933fdd53509616484b
Author: Alex Balgavy <alex@balgavy.eu>
Date: Mon, 28 Jun 2021 11:25:55 +0200
Updated README
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
@@ -1,8 +1,8 @@
# vim-literate-markdown
-This is a Vim plugin that attempts to replicate a subset of the features of Emacs' org mode code handling.
-So for example, tangling the code from the current file or executing blocks of code.
-Except for Markdown files, not for Org.
-Markdown is a much more universal syntax.
+This is a Vim plugin that attempts to replicate a subset of the features of Emacs' Org mode code handling.
+So for example, tangling the code from the current file, or executing blocks of code.
+Except it's for Markdown files, not for Org.
+Markdown is a much more universal syntax in my opinion.
-This plugin is a work in progress and far from complete, it's semi-functional but I would not recommend using it yet.
-Also there is no documentation at the moment.
+This plugin is a work in progress and far from complete.
+For more information about its features, see doc/literate-markdown.txt.