vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

Make headers level1, level2 and level3 markdown and rst compatible #320

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Markdown syntax has 2 types of header syntax:
# header1
## header2

and

header1
=======

header2
-------

At the moment only the first is supported.

It would be nice to have the second one in markdown and vimwiki's default 
syntax.

For markdown and default syntaxes it should be properly highlighted and folded.
Default syntax should also generate correct html. 

Original issue reported on code.google.com by habamax on 22 May 2012 at 4:19