Skip to content
This repository has been archived by the owner on Apr 25, 2018. It is now read-only.
/ vim-markdown Public archive

Vim Markdown runtime files that WON'T leave you sterile

Notifications You must be signed in to change notification settings

mikewest/vim-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of Tim Pope's vim-markdown.

My goal is to figure out how to support markdown that looks like the following:

This is a paragraph.  Isn't it paragraphy?

1.  This is a list.  Hooray for lists.  What's nice about lists
    is how they support this sort of clean formatting for the
    paragraphs they contain.  Currently, neither 
    [`vim-markdown`][vm] nor [`mkd.vim`][mkd] correctly parses
    this syntax.

        Nor do they understand this: a code block inside
        a list element.  It's a pain in the ass to parse 
        properly.  I suspect I'll have to resort to dirty
        hacks.

2.  This is a second list element.  For closure.

And this is a closing paragraph.

[vm]: http://github.com/tpope/vim-markdown
[mkd]:  http://plasticboy.com/markdown-vim-mode/

I suspect it'll be a pain in the ass. Hooray for vim.

About

Vim Markdown runtime files that WON'T leave you sterile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published