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
Ciro Santilli
91a2e5f695
Add TableFormat command.
10 years ago
Felipe Morales
664ccc032c
Toc: Pass errors if no atx headers are processed.
Fixes issue #102
10 years ago
Hiroshi Shirosaki
55698854ab
Merge pull request #95 from cassava/patch-1
Changing Vundle "Bundle" references to "Plugin"
10 years ago
Ciro Santilli
3d76a59bd0
Merge pull request #88 from cirosantilli/change-header-level
Add commands to increase and decrease header levels.
10 years ago
Ciro Santilli
2d54234bef
Add HeaderDecrease, HeaderIncrease and SetexToAtx.
10 years ago
Ben Morgan
071f06220f
Changing Vundle "Bundle" references to "Plugin"
Vundle is changing their interface from `Bundle*` to `Plugin*`.
See https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396 for more information on this.
10 years ago
Hiroshi Shirosaki
7b213323a8
Merge pull request #94 from bruno-/buffer_local_mappings
Make the default mappings 'buffer local'
10 years ago
Bruno Sutic
69e1ddf05b
Make the default mappings buffer local
If mappings aren't defined as 'buffer local', they are defined in other
files too and this causes conflicts with mappings there.
10 years ago
Ciro Santilli
17be3cdaea
Merge pull request #92 from y0t4/fix_if_folding_disabled_is_0
Fix folding bug if folding disabled option is 0
10 years ago
Yosuke OTA
b145d94e95
Use get() instead of exists() in ftplugin/mkd.vim
10 years ago
Yosuke OTA
2213b7b0fc
Fix folding bug if folding disabled option is 0
10 years ago
Ciro Santilli
07237228f6
Merge pull request #83 from cirosantilli/no-space-before-header
Don't allow spaces before headers in nav mappings.
Breaks too often when you have code blocks with comments that start with #.
10 years ago
Ciro Santilli
07a3c102b8
Add Setex examples to the multiple headers test.
10 years ago
Ciro Santilli
2b23ddcf18
Merge patched pull request #80 from fmoralesc:patch-1
10 years ago