Vimdown icon indicating copy to clipboard operation
Vimdown copied to clipboard

A dirty tool to convert .vimrc and .vim script files to markdown

Results 8 Vimdown issues
Sort by recently updated
recently updated
newest added

Bumps [markdown2](https://github.com/trentm/python-markdown2) from 1.0.1.19 to 2.4.0. Changelog Sourced from markdown2's changelog. python-markdown2 2.4.0 [pull #377] Fixed bug breaking strings elements in metadata lists [pull #380] When rendering fenced code blocks,...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 1.4 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Installing on OSX 10.10 with homebrew python 2.7.8: ``` $ pip install vimdown Downloading/unpacking vimdown Could not find any downloads that satisfy the requirement vimdown Some externally hosted files were...

When the -o option is used, which sets the output file name to write to, if the file name given is of the HTML mime-type. Go ahead and render the...

Creating a 'Book' from multiple input documents will result in an output of one or more markdown documents. Part of the 'Book' creation will be the generation of a table...

Add the option to have Vimdown automatically create a Table of Contents based on the document structure.

I was following your guide in readme and after `vimdown infile > outfile` did something like `vimdown -c -t -o ~/.vimrc vimrc.html` which cleared my vimrc file. Which is totally...

Hi, nice tool ! Thank you for your work. Can you add an option to delete vim fold markers like `{{{` and `}}}`