Commit Graph

10 Commits

Author SHA1 Message Date
David Palma
fd3f4831be Fix for slowness due to folds (#143) 2019-07-24 16:59:55 -04:00
Ian Edington
1e6798717a Added markdown foldtext function
Addresses an issue metioned in tpope/vim-markdown#10 of adding a
foldtext function.

- Displays == and -- headers as # and ##
- Use markdown header style instead of '+--' to show nesting

Given the example of

    This is Header One
    ==================
    This is Header Two
    -----------------
    ### This is Header Three
    This is a normal line

Instead of:

    +--  6 lines: This is Header One-----------------------------
    +---  4 lines: This is Header Two----------------------------
    +----  2 lines: ### This is Header Three---------------------

You get:

    # This is Header One [6 lines]-------------------------------
    ## This is Header Two [4 lines]------------------------------
    ### This is Header Three [2 lines]----------------------------
2017-05-01 15:03:38 -04:00
Steve Dignam
0df8de0b50 change markdown comment string to use html style comment 2016-03-05 14:18:01 -05:00
Sencer Selcuk
14977fb9df Indent the footnotes also. 2014-06-19 18:09:10 -04:00
Emil Loer
b02182ebbd Add folding support
Closes #10.
2014-03-19 01:07:38 -04:00
Drew Neil
a126974366 Add 'Last change: 2013 May 30' to headers 2013-11-16 16:48:16 +00:00
Tim Pope
dcdab0cd55 Strip r and o out of format options
Closes #25.
2012-08-06 22:45:15 -04:00
Tim Pope
fdc0f091c7 Work around users overriding ftplugin/html.vim 2011-12-21 22:45:33 -05:00
Tim Pope
2b18a53416 Don't unset include guard
Closes #7
2011-09-24 19:06:43 -04:00
Tim Pope
4be0ec4a0f Initial commit 2010-02-24 21:23:07 -05:00