sotte / presenting.vim

A simple tool for presenting slides in vim based on text files.
MIT License
300 stars 50 forks source link

Wrong instructions on README #2

Closed bugamn closed 11 years ago

bugamn commented 11 years ago

It says:

========  ===============
FILETYPE  SLIDE SEPARATOR
========  ===============
markdown  XXX
rst       ~~~~
orgmode   #----
========  ===============

While on the help (which is correct, at least for markdown) it says:

 FILETYPE       |  SLIDE SEPARATOR
 ---------------+-----------------
 markdown       |  # heading
 rst            |  ~~~~
 orgmode        |  #----

I know it is something minor, but it bugged me while testing.