]> git.madduck.net Git - etc/vim.git/log

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

etc/vim.git
9 years agoprevent setting other buffers to nomodifiable
Simon Désaulniers [Mon, 2 Feb 2015 08:06:23 +0000 (03:06 -0500)]
prevent setting other buffers to nomodifiable

9 years agoMerge pull request #158 from nybblr/nybblr/add-tilde-code-blocks
Ciro Santilli [Fri, 2 Jan 2015 21:26:47 +0000 (22:26 +0100)]
Merge pull request #158 from nybblr/nybblr/add-tilde-code-blocks

Add tilde-fenced code blocks.

9 years agoAdd tilde-fenced code blocks.
Jonathan Martin [Fri, 2 Jan 2015 21:14:06 +0000 (16:14 -0500)]
Add tilde-fenced code blocks.

9 years agoMerge pull request #151 from cirosantilli/use-default-foldelvel-mechanism
Ciro Santilli [Sun, 21 Dec 2014 09:38:06 +0000 (10:38 +0100)]
Merge pull request #151 from cirosantilli/use-default-foldelvel-mechanism

Remove automatic setting of foldlevel

9 years agoRemove automatic setting of foldlevel
Ciro Santilli [Sun, 7 Dec 2014 18:52:06 +0000 (19:52 +0100)]
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.

9 years agoMerge pull request #150 from cirosantilli/undo-nore
Ciro Santilli [Sun, 7 Dec 2014 17:52:29 +0000 (18:52 +0100)]
Merge pull request #150 from cirosantilli/undo-nore

Undo noremap, add header map tests

9 years agoUndo noremap, add header map tests
Ciro Santilli [Sun, 7 Dec 2014 17:44:59 +0000 (18:44 +0100)]
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.

9 years agoMerge pull request #141 from blueyed/use-noremap
Ciro Santilli [Fri, 21 Nov 2014 08:25:04 +0000 (00:25 -0800)]
Merge pull request #141 from blueyed/use-noremap

Use `noremap` for mappings

9 years agoUse `noremap` for mappings
Daniel Hahler [Sun, 16 Nov 2014 17:27:10 +0000 (18:27 +0100)]
Use `noremap` for mappings

9 years agoMerge pull request #135 from cirosantilli/paren2
Ciro Santilli [Mon, 6 Oct 2014 10:34:54 +0000 (12:34 +0200)]
Merge pull request #135 from cirosantilli/paren2

Fix () [] were rendered as links when not in link 2

9 years agoFix () [] were rendered as links when not in link
Ciro Santilli [Mon, 6 Oct 2014 10:27:28 +0000 (12:27 +0200)]
Fix () [] were rendered as links when not in link

9 years agoMerge pull request #121 from cirosantilli/autolink
Ciro Santilli [Mon, 6 Oct 2014 10:05:22 +0000 (12:05 +0200)]
Merge pull request #121 from cirosantilli/autolink

Highlight angle braced hyperlinks.

9 years agoMerge pull request #132 from cirosantilli/update-syn-header
Ciro Santilli [Mon, 6 Oct 2014 10:03:23 +0000 (12:03 +0200)]
Merge pull request #132 from cirosantilli/update-syn-header

Remove outdated fields from syntax header.

9 years agoMerge pull request #133 from cirosantilli/better-bold-italic-test
Ciro Santilli [Mon, 6 Oct 2014 10:02:52 +0000 (12:02 +0200)]
Merge pull request #133 from cirosantilli/better-bold-italic-test

Improve bold and italic tests.

9 years agoMerge pull request #134 from cirosantilli/readme-uniform-codeblocks
Ciro Santilli [Mon, 6 Oct 2014 10:02:20 +0000 (12:02 +0200)]
Merge pull request #134 from cirosantilli/readme-uniform-codeblocks

Use a single code block style on README.

9 years agoMerge pull request #131 from bjpbakker/master
Ciro Santilli [Fri, 3 Oct 2014 20:48:40 +0000 (22:48 +0200)]
Merge pull request #131 from bjpbakker/master

Respect global fold config

9 years agoRespect Vim's global fold config
Bart Bakker [Fri, 3 Oct 2014 14:44:34 +0000 (16:44 +0200)]
Respect Vim's global fold config

Deleted overriding global fold configuration for markdown buffers and
improved README on purpose of vim_markdown_folding_disabled.

9 years agoHighlight angle braced hyperlinks.
Ciro Santilli [Fri, 5 Sep 2014 23:17:14 +0000 (01:17 +0200)]
Highlight angle braced hyperlinks.

Also fix autolinks without angle braces which
were not being highlighted on top level.

9 years agoUse a single code block style on README.
Ciro Santilli [Mon, 29 Sep 2014 08:42:58 +0000 (10:42 +0200)]
Use a single code block style on README.

9 years agoMerge pull request #124 from cirosantilli/front
Ciro Santilli [Mon, 29 Sep 2014 08:43:27 +0000 (10:43 +0200)]
Merge pull request #124 from cirosantilli/front

Support YAML frontmatter headers v2.

9 years agoPatch YAML frontmatter pull request.
Ciro Santilli [Sun, 7 Sep 2014 15:17:09 +0000 (17:17 +0200)]
Patch YAML frontmatter pull request.

9 years agoSupport YAML headers
Ivo Jimenez [Wed, 12 Feb 2014 18:42:55 +0000 (10:42 -0800)]
Support YAML headers

9 years agoImprove bold and italic tests.
Ciro Santilli [Mon, 29 Sep 2014 08:00:08 +0000 (10:00 +0200)]
Improve bold and italic tests.

9 years agoMerge pull request #125 from cirosantilli/remove-useless-line
Ciro Santilli [Mon, 29 Sep 2014 07:42:27 +0000 (09:42 +0200)]
Merge pull request #125 from cirosantilli/remove-useless-line

Remove useless line in Toc funciton.

9 years agoRemove outdated fields from syntax header.
Ciro Santilli [Mon, 29 Sep 2014 07:40:35 +0000 (09:40 +0200)]
Remove outdated fields from syntax header.

9 years agoMerge pull request #123 from cirosantilli/math
Ciro Santilli [Mon, 29 Sep 2014 07:35:58 +0000 (09:35 +0200)]
Merge pull request #123 from cirosantilli/math

Add LateX $ and $$ math support.

9 years agoAdd LateX $ and $$ math support.
Ciro Santilli [Sat, 6 Sep 2014 14:02:30 +0000 (16:02 +0200)]
Add LateX $ and $$ math support.

9 years agoMerge pull request #122 from cirosantilli/paren
Ciro Santilli [Sun, 28 Sep 2014 20:42:04 +0000 (22:42 +0200)]
Merge pull request #122 from cirosantilli/paren

Fix parenthesis () and square brackets [] that were rendered as links when not in link.

9 years agoFix () [] were rendered as links when not in link.
Ciro Santilli [Mon, 8 Sep 2014 09:45:08 +0000 (11:45 +0200)]
Fix () [] were rendered as links when not in link.

9 years agoMerge pull request #128 from cirosantilli/unit-test
Ciro Santilli [Sun, 28 Sep 2014 19:32:39 +0000 (21:32 +0200)]
Merge pull request #128 from cirosantilli/unit-test

Add unit tests and travis support.

9 years agoAdd unit tests and travis support.
Ciro Santilli [Sun, 7 Sep 2014 15:54:58 +0000 (17:54 +0200)]
Add unit tests and travis support.

9 years agoRemove useless line in toc function.
Ciro Santilli [Sun, 7 Sep 2014 16:02:22 +0000 (18:02 +0200)]
Remove useless line in toc function.

9 years agoMerge pull request #103 from fmoralesc/patch-1
Ciro Santilli [Sun, 7 Sep 2014 16:01:43 +0000 (18:01 +0200)]
Merge pull request #103 from fmoralesc/patch-1

Toc: Pass errors if no atx headers are processed.

9 years agoMerge pull request #117 from roggan87/master
Hiroshi Shirosaki [Thu, 4 Sep 2014 05:31:15 +0000 (14:31 +0900)]
Merge pull request #117 from roggan87/master

Automatically continue blockquote on line break

9 years agoAutomatically continue blockquote on line break
Robert Rosman [Mon, 1 Sep 2014 08:53:59 +0000 (10:53 +0200)]
Automatically continue blockquote on line break
This is accomplished by treating `>` as a comment marker.

9 years agoFix indent after list items
deris0126 [Sat, 14 Jun 2014 08:47:13 +0000 (17:47 +0900)]
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

9 years agoUse getloclist() for location list of :Toc
Hiroshi Shirosaki [Mon, 1 Sep 2014 05:42:38 +0000 (14:42 +0900)]
Use getloclist() for location list of :Toc

:Toc causes errors because getqflist() returns empty for location
list.
Fix #108

9 years agoMerge pull request #110 from cirosantilli/fix-header-increase
Ciro Santilli [Sat, 30 Aug 2014 14:22:30 +0000 (16:22 +0200)]
Merge pull request #110 from cirosantilli/fix-header-increase

Fix header increase and decrease.

9 years agoFix header increase and decrease.
Ciro Santilli [Fri, 25 Jul 2014 11:15:17 +0000 (13:15 +0200)]
Fix header increase and decrease.

9 years agoMerge pull request #108 from cirosantilli/lopen
Ciro Santilli [Fri, 25 Jul 2014 09:53:10 +0000 (11:53 +0200)]
Merge pull request #108 from cirosantilli/lopen

Use location for :Toc list instead of quickfix.

9 years agoUse location for :Toc list instead of quickfix.
Ciro Santilli [Tue, 8 Jul 2014 08:40:06 +0000 (10:40 +0200)]
Use location for :Toc list instead of quickfix.

9 years agoMerge pull request #107 from cirosantilli/list-setex-mix
Ciro Santilli [Fri, 25 Jul 2014 09:50:01 +0000 (11:50 +0200)]
Merge pull request #107 from cirosantilli/list-setex-mix

Fix toc consfuses hyphen list with Setex header.

9 years agoFix toc consfuses hyphen list with Setex header.
Ciro Santilli [Tue, 8 Jul 2014 08:36:13 +0000 (10:36 +0200)]
Fix toc consfuses hyphen list with Setex header.

Fix #100.

9 years agoMerge pull request #84 from cirosantilli/setex-tests
Ciro Santilli [Tue, 8 Jul 2014 06:53:19 +0000 (08:53 +0200)]
Merge pull request #84 from cirosantilli/setex-tests

Add Setex examples to the multiple headers test.

9 years agoMerge pull request #89 from cirosantilli/table-format
Ciro Santilli [Tue, 8 Jul 2014 06:52:52 +0000 (08:52 +0200)]
Merge pull request #89 from cirosantilli/table-format

Add TableFormat command.

9 years agoAdd TableFormat command.
Ciro Santilli [Tue, 10 Jun 2014 15:44:53 +0000 (17:44 +0200)]
Add TableFormat command.

9 years agoToc: Pass errors if no atx headers are processed.
Felipe Morales [Tue, 8 Jul 2014 02:20:22 +0000 (22:20 -0400)]
Toc: Pass errors if no atx headers are processed.

Fixes issue #102

9 years agoMerge pull request #95 from cassava/patch-1
Hiroshi Shirosaki [Fri, 20 Jun 2014 11:45:09 +0000 (20:45 +0900)]
Merge pull request #95 from cassava/patch-1

Changing Vundle "Bundle" references to "Plugin"

9 years agoMerge pull request #88 from cirosantilli/change-header-level
Ciro Santilli [Thu, 19 Jun 2014 08:58:18 +0000 (10:58 +0200)]
Merge pull request #88 from cirosantilli/change-header-level

Add commands to increase and decrease header levels.

9 years agoAdd HeaderDecrease, HeaderIncrease and SetexToAtx.
Ciro Santilli [Thu, 5 Jun 2014 17:13:26 +0000 (19:13 +0200)]
Add HeaderDecrease, HeaderIncrease and SetexToAtx.

9 years agoChanging Vundle "Bundle" references to "Plugin"
Ben Morgan [Wed, 18 Jun 2014 14:18:28 +0000 (16:18 +0200)]
Changing Vundle "Bundle" references to "Plugin"

Vundle is changing their interface from `Bundle*` to `Plugin*`.
See \ 1https://github.com/gmarik/Vundle.vim/blob/v0.10.2/doc/vundle.txt#L372-L396 for more information on this.

9 years agoMerge pull request #94 from bruno-/buffer_local_mappings
Hiroshi Shirosaki [Wed, 18 Jun 2014 13:21:06 +0000 (22:21 +0900)]
Merge pull request #94 from bruno-/buffer_local_mappings

Make the default mappings 'buffer local'

9 years agoMake the default mappings buffer local
Bruno Sutic [Wed, 18 Jun 2014 10:35:38 +0000 (12:35 +0200)]
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.

9 years agoMerge pull request #92 from y0t4/fix_if_folding_disabled_is_0
Ciro Santilli [Tue, 17 Jun 2014 12:12:42 +0000 (14:12 +0200)]
Merge pull request #92 from y0t4/fix_if_folding_disabled_is_0

Fix folding bug if folding disabled option is 0

9 years agoUse get() instead of exists() in ftplugin/mkd.vim
Yosuke OTA [Tue, 17 Jun 2014 11:35:15 +0000 (20:35 +0900)]
Use get() instead of exists() in ftplugin/mkd.vim

9 years agoFix folding bug if folding disabled option is 0
Yosuke OTA [Mon, 16 Jun 2014 19:06:42 +0000 (04:06 +0900)]
Fix folding bug if folding disabled option is 0

9 years agoMerge pull request #83 from cirosantilli/no-space-before-header
Ciro Santilli [Mon, 16 Jun 2014 08:40:07 +0000 (10:40 +0200)]
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 #.

9 years agoAdd Setex examples to the multiple headers test.
Ciro Santilli [Mon, 2 Jun 2014 15:47:21 +0000 (17:47 +0200)]
Add Setex examples to the multiple headers test.

9 years agoMerge patched pull request #80 from fmoralesc:patch-1
Ciro Santilli [Tue, 3 Jun 2014 15:19:52 +0000 (17:19 +0200)]
Merge patched pull request #80 from fmoralesc:patch-1

9 years agoCorrect minor points in last pull request.
Ciro Santilli [Tue, 3 Jun 2014 15:07:09 +0000 (17:07 +0200)]
Correct minor points in last pull request.

9 years agoAdd support for setext headers to the TOC commands.
Felipe Morales [Mon, 2 Jun 2014 19:00:27 +0000 (15:00 -0400)]
Add support for setext headers to the TOC commands.

9 years agoDon't allow spaces before headers in nav mappings.
Ciro Santilli [Mon, 2 Jun 2014 07:40:50 +0000 (09:40 +0200)]
Don't allow spaces before headers in nav mappings.

It breaks too often when you have code blocks with comments that
start with `#`, and no one uses spaces before headers.

10 years agoMerge pull request #75 from cirosantilli/style
Ciro Santilli [Tue, 6 May 2014 07:41:43 +0000 (09:41 +0200)]
Merge pull request #75 from cirosantilli/style

Add preferred style guide to CONTRIBUTING.

10 years agoFix errors of function name with Patch 7.4.260
Hiroshi Shirosaki [Fri, 2 May 2014 01:39:33 +0000 (10:39 +0900)]
Fix errors of function name with Patch 7.4.260

The following error occurs with Vim 7.4.260.
E128: Function name must start with a capital or "s:"

Rename function names to `s:Markdown_`.

Fixes #79

10 years agoMerge pull request #76 from cirosantilli/master
Ciro Santilli [Wed, 23 Apr 2014 12:47:46 +0000 (14:47 +0200)]
Merge pull request #76 from cirosantilli/master

Typos in CONTRIBUTING.

10 years agoTypos in CONTRIBUTING.
Ciro Santilli [Wed, 23 Apr 2014 12:45:32 +0000 (14:45 +0200)]
Typos in CONTRIBUTING.

10 years agoAdd preferred style guide to CONTRIBUTING.
Ciro Santilli [Wed, 23 Apr 2014 12:32:26 +0000 (14:32 +0200)]
Add preferred style guide to CONTRIBUTING.

10 years agoMerge pull request #70 from beyondwdq/master
Ciro Santilli [Wed, 23 Apr 2014 12:22:45 +0000 (14:22 +0200)]
Merge pull request #70 from beyondwdq/master

Disable automatically inserting bullets when auto-wrapping.

10 years agoBetter support for bullet insertion and auto indentation in list items.
Danqi Wang [Wed, 26 Mar 2014 02:36:00 +0000 (10:36 +0800)]
Better support for bullet insertion and auto indentation in list items.
1. Added setlocal formatoptions-=c to disable automatically inserting bullets when auto-wrapping with textwidth.
2. Added indent/mkd.vim to support auto indent in list.

10 years agoRename g:markdown_no_default_key_mappings
Hiroshi Shirosaki [Mon, 7 Apr 2014 23:49:34 +0000 (08:49 +0900)]
Rename g:markdown_no_default_key_mappings

Every non local identifier must start with g:vim_markdown_ from
CONTRIBUTING.md.

10 years agoMerge pull request #69 from cirosantilli/use-markdown-testsuite
Ciro Santilli [Mon, 7 Apr 2014 05:57:25 +0000 (07:57 +0200)]
Merge pull request #69 from cirosantilli/use-markdown-testsuite

Use https://github.com/karlcow/markdown-testsuite for the tests wherever possible.

10 years agoMerge branch 'mapping'
Hiroshi Shirosaki [Thu, 3 Apr 2014 04:30:06 +0000 (13:30 +0900)]
Merge branch 'mapping'

Conflicts:
ftplugin/mkd.vim

10 years agoMerge pull request #71 from cirosantilli/toc
Ben Williams [Wed, 2 Apr 2014 14:21:25 +0000 (10:21 -0400)]
Merge pull request #71 from cirosantilli/toc

Add Toc commands.

10 years agoUpdate documents: mapping option & <Plug> mappings
haya14busa [Tue, 1 Apr 2014 13:14:08 +0000 (22:14 +0900)]
Update documents: mapping option & <Plug> mappings

10 years agoAdd <Plug> mappings & option for default mappings
haya14busa [Mon, 31 Mar 2014 06:19:57 +0000 (15:19 +0900)]
Add <Plug> mappings & option for default mappings

10 years agoAdd Toc commands.
Ciro Santillli [Sat, 29 Mar 2014 20:59:19 +0000 (21:59 +0100)]
Add Toc commands.

10 years agoUse karlcow/markdown-testsuite for the tests.
Ciro Santillli [Mon, 24 Mar 2014 14:22:09 +0000 (15:22 +0100)]
Use karlcow/markdown-testsuite for the tests.

10 years agoMerge pull request #68 from KyleChamberlin/readme
Hiroshi Shirosaki [Mon, 24 Mar 2014 00:08:13 +0000 (09:08 +0900)]
Merge pull request #68 from KyleChamberlin/readme

Fixed typo in README.md

10 years agoFixed typo in README.md
Kyle Chamberlin [Sat, 22 Mar 2014 19:29:42 +0000 (15:29 -0400)]
Fixed typo in README.md

10 years agoMerge pull request #67 from xiaket/master
James Blanding [Fri, 28 Feb 2014 17:16:53 +0000 (12:16 -0500)]
Merge pull request #67 from xiaket/master

Indented fenced code blocks can now be correctly recognized.

10 years agoadded testcase for indented and fenced code block.
夏恺(Xia Kai) [Fri, 21 Feb 2014 00:51:09 +0000 (08:51 +0800)]
added testcase for indented and fenced code block.

10 years agoIndented fenced code blocks can now be correctly recognized.
夏恺(Xia Kai) [Wed, 19 Feb 2014 06:18:29 +0000 (14:18 +0800)]
Indented fenced code blocks can now be correctly recognized.

10 years agoMerge pull request #55 from rhdunn/master
James Blanding [Thu, 6 Feb 2014 20:36:44 +0000 (15:36 -0500)]
Merge pull request #55 from rhdunn/master

Add vim-addon-manager installation support

10 years agoREADME.md: add an installation guide when using vim-addon-manager
Reece H. Dunn [Thu, 6 Feb 2014 20:14:29 +0000 (20:14 +0000)]
README.md: add an installation guide when using vim-addon-manager

10 years agoAdd a makefile and vim-addon-manager registry file.
Reece H. Dunn [Wed, 18 Dec 2013 08:34:38 +0000 (08:34 +0000)]
Add a makefile and vim-addon-manager registry file.

10 years agoMerge pull request #62 from cirosantilli/readme-add-credits-section
Ciro Santilli [Thu, 6 Feb 2014 09:16:06 +0000 (10:16 +0100)]
Merge pull request #62 from cirosantilli/readme-add-credits-section

Created credits section, remove link to the outdated homepage.

10 years agoMerge pull request #61 from cirosantilli/readme-add-vundle-install
James Blanding [Thu, 6 Feb 2014 05:16:54 +0000 (00:16 -0500)]
Merge pull request #61 from cirosantilli/readme-add-vundle-install

added vundle install to readme, updated pathogen url to github

10 years agoMerge pull request #60 from cirosantilli/contributing-guidelines
Ciro Santilli [Wed, 5 Feb 2014 23:43:47 +0000 (00:43 +0100)]
Merge pull request #60 from cirosantilli/contributing-guidelines

Added contributing guidelines and started tests as required by them

10 years agoAdd contributing guidelines and started tests.
Ciro Santillli [Sun, 19 Jan 2014 10:36:55 +0000 (11:36 +0100)]
Add contributing guidelines and started tests.

10 years agoMerge pull request #65 from 97-109-107/master
Ciro Santilli [Wed, 5 Feb 2014 22:58:11 +0000 (23:58 +0100)]
Merge pull request #65 from 97-109-107/master

issue #50 - No spell checking in paragraph text

10 years agoremoved an extra space
Antoni Kaniowski [Wed, 5 Feb 2014 11:20:53 +0000 (12:20 +0100)]
removed an extra space

10 years agoissue #50 - No spell checking in paragraph text
Antoni Kaniowski [Wed, 5 Feb 2014 11:03:18 +0000 (12:03 +0100)]
issue #50 - No spell checking in paragraph text

10 years agoMerge pull request #63 from monokrome/patch-1
James Blanding [Wed, 29 Jan 2014 16:40:55 +0000 (08:40 -0800)]
Merge pull request #63 from monokrome/patch-1

Fix unletting non-existant b:current_syntax.

10 years agoFix unletting non-existant b:current_syntax.
Brandon R. Stoner [Fri, 24 Jan 2014 01:27:48 +0000 (17:27 -0800)]
Fix unletting non-existant b:current_syntax.

Fixed an issue where `unlet b:current_syntax` occurs when recovering from a Session and b:current_syntax has not been set yet.

10 years agoadded vundle install to readme, updated pathogen url to github
Ciro Santillli [Sun, 19 Jan 2014 10:56:55 +0000 (11:56 +0100)]
added vundle install to readme, updated pathogen url to github

10 years agocreated a credits section, removed link to the old homepage since it is too outdated
Ciro Santillli [Sun, 19 Jan 2014 11:05:02 +0000 (12:05 +0100)]
created a credits section, removed link to the old homepage since it is too outdated

10 years agoMerge pull request #54 from shvechikov/master
James Blanding [Sat, 14 Dec 2013 06:43:32 +0000 (22:43 -0800)]
Merge pull request #54 from shvechikov/master

mkdCode start (syntax name) could contain hyphen

10 years agomkdCode start (syntax name) could contain hyphen
Leonid Shvechikov [Sat, 14 Dec 2013 01:37:22 +0000 (08:37 +0700)]
mkdCode start (syntax name) could contain hyphen

E.g.:

```no-highlight
bla-bla
```

10 years agoMerge pull request #52 from cirosantilli/mappings
Ciro Santilli [Wed, 11 Dec 2013 08:08:36 +0000 (00:08 -0800)]
Merge pull request #52 from cirosantilli/mappings

Header navigation mappings work for Setext headers.

Its been a month, and it seems it caused no problems to anyone, so I'm merging. If it breaks anything, I'll fix it =)

10 years agoHeader navigation mappings work for Setext headers.
Ciro Duran Santillli [Sat, 9 Nov 2013 13:18:18 +0000 (14:18 +0100)]
Header navigation mappings work for Setext headers.