vim-literate-markdown

A Vim plugin to replicate a subset of Org mode's literate programming, for Markdown files.
git clone git://git.alex.balgavy.eu/vim-literate-markdown.git
Log | Files | Refs | README

commit 080700f583d8c9b3a3322c6e628ca8acbfc87c74
parent 77a4d89ae20dd147c482ef4e0c92c26305f293b8
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Thu,  1 Jul 2021 15:18:36 +0200

myfact.md: add directions to generate code

Diffstat:
Mexamples/myfact.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/examples/myfact.md b/examples/myfact.md @@ -8,6 +8,10 @@ It generates three files: This is clearly over-engineered; it aims to only be an example of the power of literate programming. +If you want to generate the code, make sure you have the `vim-literate-markdown` plugin loaded in Vim. +Then, open this document in Vim, and run the command `:Tangle`. +The three files described above will be in the same directory as this file. + ## The main file The main file is pretty simple: