49 Commits (master)

Author SHA1 Message Date
  Brennen Bearnes a1c23ff93c expand code block pattern again for ```custom_prompt(foo$) 8 years ago
  Brennen Bearnes cae149b641 allow for "```command"-style codeblocks 8 years ago
  Hiroshi Shirosaki 642730fccc Fix indent with syntax off 8 years ago
  Yue Xin ef44c9e7fc swap out mkd, successfully... 8 years ago
  Jonathan Martin fa07c14220 Add tilde-fenced code blocks. 9 years ago
  Ciro Santilli b41a604a71 Fix () [] were rendered as links when not in link 9 years ago
  Ciro Santilli 028e1faf98 Highlight angle braced hyperlinks. 9 years ago
  Ciro Santilli f9a841ef7c Patch YAML frontmatter pull request. 9 years ago
  Ivo Jimenez 603358d099 Support YAML headers 10 years ago
  Ciro Santilli d6a3b09139 Remove outdated fields from syntax header. 9 years ago
  Ciro Santilli d34f4d8edf Add LateX $ and $$ math support. 9 years ago
  Ciro Santilli baece901af Fix () [] were rendered as links when not in link. 9 years ago
  Robert Rosman c1d0284f59 Automatically continue blockquote on line break 9 years ago
  Danqi Wang 5cd2223d4e Better support for bullet insertion and auto indentation in list items. 10 years ago
  夏恺(Xia Kai) 03c4be2d4e Indented fenced code blocks can now be correctly recognized. 10 years ago
  Antoni Kaniowski 34de7d90c2 removed an extra space 10 years ago
  Antoni Kaniowski 2e99929ab1 issue #50 - No spell checking in paragraph text 10 years ago
  Brandon R. Stoner d038d9069e Fix unletting non-existant b:current_syntax. 10 years ago
  Leonid Shvechikov 83815ac295 mkdCode start (syntax name) could contain hyphen 10 years ago
  Hiroshi Shirosaki 276518b937 Work with bullet lists (-, +, etc) 10 years ago
  Hiroshi Shirosaki 132a26e5a7 Fix highlight of multiple paragraphs in list items 11 years ago
  Colin Sullivan b3d1544862 Changed to `set`s to `setlocal`s to only affect markdown files 11 years ago
  Colin Sullivan c98d8eeb4b Now handles various markdown bullet types properly. 11 years ago
  Colin Sullivan c18086c723 Automatically insert bullets on return. 11 years ago
  Jens Hoepken a87c86a61b Add footnote support 11 years ago
  Ben Williams d96254eefe Closes #21. 11 years ago
  Ben Williams e80fc305f5 Fix issue #15. Reference-style links no longer bleed over onto other lines. 11 years ago
  Ben Williams 157b835b53 Another take on strong and emphasis that tries to implement Github flavored markdown ignoring of multiple underscores in a word. 11 years ago
  Ben Williams 4e3ac23f2b Fix underscores for horizontal rules. 11 years ago
  Ben Williams e3bbd8b78a Switch to strong and em implementation based on Tim Pope's. 11 years ago
  Ben Williams 51643fcee7 Reorder groups so horizontal rules work and don't get preempted by list items. 11 years ago
  Ben Williams dbd42e7899 Support a double-backspace in a backtic code span. 11 years ago
  Ben Williams 9a61cb7aea Make links work at the beginning of a line. 11 years ago
  Ben Williams 20704d86a0 Switch to expression-based folding. 11 years ago
  Far McKon 6fe5c1b400 changed _ syntax, to avoid mid-word underlines starting highlights. Fail case pre-commit would be the string ' - user_account: The default user account' having a highlight start at the _, and never end. Updated match only catches 1 or more whitespaces before underscore, instead of zero or more whitespaces before an underscore 11 years ago
  Matt Brown 0a9a448064 allow whitespace between three backticks and language name 11 years ago
  Alex Beal a6bb045d8a Added a rule that covers "Github Flavored Markdown" (GFM) code blocks 12 years ago
  eunchan 4ab0bede79 Footnotes extension syntax is added 12 years ago
  eunchan ba32faa201 Update syntax/mkd.vim 12 years ago
  Martin Olsen 2696640fa9 allow link escape 12 years ago
  Ben Williams fd15052925 Create subdirs for ftdetect and syntax. Add ftdetect file. 13 years ago