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

README.md (243B)


      1 # Testing
      2 Tests are defined as such:
      3 - `test_name.md`: the markdown file to be tangled
      4 - `test_name.ext`: the expected tangle artifacts to be generated, as defined by tangle directives in `test_name.md`.
      5 
      6 To run all tests, execute `./run.sh`.