Ciro Santilli
04d0260f8e
Change the README h1 to "Vim Markdown"
9 years ago
Ciro Santilli
b4bdf54aa1
Improve README formatting
9 years ago
Ciro Santilli
eb89af96d9
Merge pull request #168 from cirosantilli/rm-smartindent
Remove nosmartindent: indentexpr overrules it.
9 years ago
Ciro Santilli
fe1eae8a04
Merge pull request #170 from sim590/fix-toc-nomodifiable
Prevent setting other buffers to nomodifiable.
Fix #169
9 years ago
Simon Désaulniers
1462465bc2
prevent setting other buffers to nomodifiable
9 years ago
Ciro Santilli
68b59de79f
Remove nosmartindent: indentexpr overrules it.
9 years ago
Ciro Santilli
091091fdf8
Merge pull request #158 from nybblr/nybblr/add-tilde-code-blocks
Add tilde-fenced code blocks.
10 years ago
Jonathan Martin
fa07c14220
Add tilde-fenced code blocks.
10 years ago
Ciro Santilli
4395b47256
Merge pull request #151 from cirosantilli/use-default-foldelvel-mechanism
Remove automatic setting of foldlevel
10 years ago
Ciro Santilli
27fa51efc7
Remove automatic setting of foldlevel
Vim already has a well known way of dealing with this:
let's not create another configuration which only raises
the entry barrier.
10 years ago
Ciro Santilli
8f2eaa4169
Merge pull request #150 from cirosantilli/undo-nore
Undo noremap, add header map tests
10 years ago
Ciro Santilli
5b201ad454
Undo noremap, add header map tests
Reverts #141 which @cirosantilli wrongfully merged.
Add regression tests that would have prevented that.
Correction pointed out by @shanesmith at #147 .
10 years ago
Ciro Santilli
69cded6e7d
Merge pull request #141 from blueyed/use-noremap
Use `noremap` for mappings
10 years ago
Daniel Hahler
662822d81a
Use `noremap` for mappings
10 years ago
Ciro Santilli
74c9c60796
Merge pull request #135 from cirosantilli/paren2
Fix () [] were rendered as links when not in link 2
10 years ago
Ciro Santilli
b41a604a71
Fix () [] were rendered as links when not in link
10 years ago
Ciro Santilli
c4282db6cc
Merge pull request #121 from cirosantilli/autolink
Highlight angle braced hyperlinks.
10 years ago
Ciro Santilli
1ef695f260
Merge pull request #132 from cirosantilli/update-syn-header
Remove outdated fields from syntax header.
10 years ago
Ciro Santilli
1311140900
Merge pull request #133 from cirosantilli/better-bold-italic-test
Improve bold and italic tests.
10 years ago
Ciro Santilli
7046e0dd61
Merge pull request #134 from cirosantilli/readme-uniform-codeblocks
Use a single code block style on README.
10 years ago
Ciro Santilli
6541268076
Merge pull request #131 from bjpbakker/master
Respect global fold config
10 years ago
Bart Bakker
0c61f835a7
Respect Vim's global fold config
Deleted overriding global fold configuration for markdown buffers and
improved README on purpose of vim_markdown_folding_disabled.
10 years ago
Ciro Santilli
028e1faf98
Highlight angle braced hyperlinks.
Also fix autolinks without angle braces which
were not being highlighted on top level.
10 years ago
Ciro Santilli
a9f56e2ce0
Use a single code block style on README.
10 years ago
Ciro Santilli
f8bd8714e6
Merge pull request #124 from cirosantilli/front
Support YAML frontmatter headers v2.
10 years ago
Ciro Santilli
f9a841ef7c
Patch YAML frontmatter pull request.
10 years ago
Ivo Jimenez
603358d099
Support YAML headers
10 years ago
Ciro Santilli
5d15fa693c
Improve bold and italic tests.
10 years ago
Ciro Santilli
c0ddc5537f
Merge pull request #125 from cirosantilli/remove-useless-line
Remove useless line in Toc funciton.
10 years ago
Ciro Santilli
d6a3b09139
Remove outdated fields from syntax header.
10 years ago
Ciro Santilli
de94e028f2
Merge pull request #123 from cirosantilli/math
Add LateX $ and $$ math support.
10 years ago
Ciro Santilli
d34f4d8edf
Add LateX $ and $$ math support.
10 years ago
Ciro Santilli
529ba45874
Merge pull request #122 from cirosantilli/paren
Fix parenthesis () and square brackets [] that were rendered as links when not in link.
10 years ago
Ciro Santilli
baece901af
Fix () [] were rendered as links when not in link.
10 years ago
Ciro Santilli
dd526fd23c
Merge pull request #128 from cirosantilli/unit-test
Add unit tests and travis support.
10 years ago
Ciro Santilli
4b8f631148
Add unit tests and travis support.
10 years ago
Ciro Santilli
ec849b08fe
Remove useless line in toc function.
10 years ago
Ciro Santilli
5da9db319c
Merge pull request #103 from fmoralesc/patch-1
Toc: Pass errors if no atx headers are processed.
10 years ago
Hiroshi Shirosaki
9a6fa81456
Merge pull request #117 from roggan87/master
Automatically continue blockquote on line break
10 years ago
Robert Rosman
c1d0284f59
Automatically continue blockquote on line break
This is accomplished by treating `>` as a comment marker.
10 years ago
deris0126
9f93f60f52
Fix indent after list items
1. Fix not only *+- but also \ matched
Need not escape inside [] because backslash codes do not work inside [].
So pattern [\*+-] match also \.
2. Fix not only list but also horizontal are indented
If only space and three '*' or '-' character are in the line,
this line means horizontal item.
If current line is below horizontal item, it need not to indent.
Following example is horizontal item.
---
***
- - -
* * *
And list item must be specified space after [*-+].
Following example is list item.
* foo
- bar
+ baz
But following example is not list item.
*foo
-bar
+baz
Add indent test file for above bugs.
Fix #90
10 years ago
Hiroshi Shirosaki
c6a731c5fa
Use getloclist() for location list of :Toc
:Toc causes errors because getqflist() returns empty for location
list.
Fix #108
10 years ago
Ciro Santilli
9a3b3126ee
Merge pull request #110 from cirosantilli/fix-header-increase
Fix header increase and decrease.
10 years ago
Ciro Santilli
82ced930ae
Fix header increase and decrease.
10 years ago
Ciro Santilli
dc61d198de
Merge pull request #108 from cirosantilli/lopen
Use location for :Toc list instead of quickfix.
10 years ago
Ciro Santilli
c451b41113
Use location for :Toc list instead of quickfix.
10 years ago
Ciro Santilli
3beadab674
Merge pull request #107 from cirosantilli/list-setex-mix
Fix toc consfuses hyphen list with Setex header.
10 years ago
Ciro Santilli
6df2d66f14
Fix toc consfuses hyphen list with Setex header.
Fix #100 .
10 years ago
Ciro Santilli
9ced6869ac
Merge pull request #84 from cirosantilli/setex-tests
Add Setex examples to the multiple headers test.
10 years ago
Ciro Santilli
2b4603e9ea
Merge pull request #89 from cirosantilli/table-format
Add TableFormat command.
10 years ago