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 9fc11909e238a7ff8efdb65682490ea7fc8fc2c0
parent 6b759ee31bdf9d88370eaef130445fc52ae27aa7
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 28 Mar 2022 12:25:21 +0200

Move some files

Diffstat:
Rexamples/first-diagram.dot -> examples/graphs/first-diagram.dot | 0
Rexamples/first-diagram.dot.svg -> examples/graphs/first-diagram.dot.svg | 0
Rexamples/graphs.md -> examples/graphs/graphs.md | 0
Rexamples/second-diagram.dot -> examples/graphs/second-diagram.dot | 0
Rexamples/second-diagram.dot.svg -> examples/graphs/second-diagram.dot.svg | 0
5 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/examples/first-diagram.dot b/examples/graphs/first-diagram.dot diff --git a/examples/first-diagram.dot.svg b/examples/graphs/first-diagram.dot.svg diff --git a/examples/graphs.md b/examples/graphs/graphs.md diff --git a/examples/second-diagram.dot b/examples/graphs/second-diagram.dot diff --git a/examples/second-diagram.dot.svg b/examples/graphs/second-diagram.dot.svg