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

indented_tangle_directive.md (221B)


      1 # Indented tangle directive
      2 Having indentation should not matter.
      3 
      4 For example, let's say we have stuff in a list:
      5 - Item one
      6     <!-- :Tangle DIRNAME/FILENAME.out -->
      7     ```sh
      8     echo 'this should tangle out.'
      9     ```