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

ModeNameSize
-rw-r--r--.gitignore55L
-rw-r--r--README.md44L
-rw-r--r--after/ftplugin/markdown.vim19L
-rw-r--r--autoload/literate_markdown.vim568L
-rw-r--r--demo.gif4799178B
-rw-r--r--doc/literate-markdown.txt295L
-rw-r--r--examples/graphs/first-diagram.dot7L
-rw-r--r--examples/graphs/first-diagram.dot.svg67L
-rw-r--r--examples/graphs/graphs.md44L
-rw-r--r--examples/graphs/second-diagram.dot5L
-rw-r--r--examples/graphs/second-diagram.dot.svg37L
-rw-r--r--examples/literate_markdown_autoload.md858L
-rw-r--r--examples/literate_markdown_ftplugin.md73L
-rw-r--r--examples/myfact.md103L
-rw-r--r--tests/README.md6L
-rw-r--r--tests/all_in_one_file.md24L
-rw-r--r--tests/all_in_one_file.out8L
-rw-r--r--tests/example_1.2.rb2L
-rw-r--r--tests/example_1.md17L
-rw-r--r--tests/example_1.rb2L
-rw-r--r--tests/example_2.md21L
-rw-r--r--tests/example_2.out4L
-rw-r--r--tests/example_2.py2L
-rw-r--r--tests/example_3.md31L
-rw-r--r--tests/example_3.py13L
-rw-r--r--tests/exec_block.md12L
-rw-r--r--tests/indented_tangle_directive.md9L
-rw-r--r--tests/indented_tangle_directive.out2L
-rw-r--r--tests/macro_included_in_two_separate_blocks.md26L
-rw-r--r--tests/macro_included_in_two_separate_blocks.rb10L
-rw-r--r--tests/only_specific_language.md29L
-rw-r--r--tests/only_specific_language.py6L
-rw-r--r--tests/output.rb10L
-rwxr-xr-xtests/run.sh56L
-rw-r--r--tests/simple_macros.md62L
-rw-r--r--tests/simple_macros.sh25L
-rw-r--r--tests/two_different_languages.md37L
-rw-r--r--tests/two_different_languages.py5L
-rw-r--r--tests/two_different_languages.rb6L
-rw-r--r--tests/wip/out_of_order_macros.md13L
-rw-r--r--tests/wip/out_of_order_macros.rb4L
-rw-r--r--tests/wip/two_top_level_expansions.md19L