Markdown Mode. A text editor for writing Markdown inside Emacs.

jblevins.org/projects/markdown-mode

Vaya's read on this project

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

Updates

March 2019
  • Fill all library headings to 80th character
December 2018
  • Document markdown-display-remote-images
  • Add option to display images stored online
  • Update beginning of file table test
  • Fix table detection at beginning of buffer
November 2018
  • Fix table insertion to agree with tests
  • Update tests for table insertion
  • Improve table insertion
October 2018
  • Add markdown-kill-outline and markdown-kill-block
  • Add `markdown-insert-table`
September 2018
  • Fix boundary check in markdown-code-block-at-pos
  • Remove polymode fix
August 2018
  • Fix bounds during comment syntax propertization
  • Don't retrieve properties beyond `limit` in `markdown-match-propertiz…
  • [Fix #349] Don't consider point at end-of-code-block part of code block
July 2018
  • Update CHANGES.md
  • Change default character encoding
  • CHANGES.md: Add links to GitHub issue and PR
  • Add to beginning of `auto-mode-alist', not end
June 2018
  • Revert "Use cached properties for code block detection"