Skip to content

Commit

Permalink
Added definition list syntax from markdown extra to fill-paragraph pa…
Browse files Browse the repository at this point in the history
…ragraph start
  • Loading branch information
Peter Williams authored and Jason Blevins committed Sep 30, 2009
1 parent 0b8d603 commit faf5fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ This is an exact copy of `line-number-at-pos' for use in emacs21."
(easy-menu-add markdown-mode-menu markdown-mode-map)
;; Make filling work with lists
(set (make-local-variable 'paragraph-start)
"\f\\|[ \t]*$\\|^[ \t]*[*+-] \\|^[ \t*][0-9]+\\. ")
"\f\\|[ \t]*$\\|^[ \t]*[*+-] \\|^[ \t*][0-9]+\\.\\|^[ \t]*: ")
;; Outline mode
(make-local-variable 'outline-regexp)
(setq outline-regexp "#+")
Expand Down

0 comments on commit faf5fd5

Please sign in to comment.