Rare find

Vim Markdown. Makes writing and editing markdown files easier inside Vim.

github.com/tpope/vim-markdown

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2024
  • Allow colons after language identifiers in fenced code blocks
May 2024
  • Don't allow space between link text and URL
April 2023
  • Fix fold inside code fences
October 2022
  • Vim 9.0.0772
  • Remove spurious blank line
April 2022
  • Add recommended styles, per modern runtime file idiom
March 2022
  • Support YAML metadata
  • Use "_" in generated identifiers rather than smooshing
  • Allow fenced languages when embedding in another language
January 2022
  • Adding strikethrough support via the `htmlStrike` highlight group
  • Don't let emphasis span multiple paragraphs
  • Require no space after/before emphasis delimiter
  • Don't let fenced languages change 'iskeyword'
  • Run :syn case match before :syn include
  • Don't let fenced languages disable spell checking
  • Fix undo_ftplugin
September 2021
  • Change from email to URL
  • Always indent 4 spaces after reference-style link
June 2021
  • Add :syn sync linebreaks=1 to improve consistency
  • Fix folding of headers adjacent to code blocks