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 d3578ef7c2e19a2721ed559adcba7acbd49b464f
parent 7b654c910976db22d19d91ce5fff5410c94e23e2
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat, 26 Feb 2022 13:10:43 +0100

Update documentation

Diffstat:
Mdoc/literate-markdown.txt | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/doc/literate-markdown.txt b/doc/literate-markdown.txt @@ -94,7 +94,10 @@ plus sign, which appends the contents of the block the the existing definition of the macro: > <!-- :Tangle(language) <this is a macro>+ /path/to/output/file.ext --> < +The full format of a tangle directive, with optional parts in brackets, is: > + <!-- :Tangle[(language)] [<^>|<>] [<macro name>[+]] [/path/to/output/file.ext] --> +< Please see the examples below, and the examples directory in the root of this repository, for more explanation of usage.