markdown-mode-pkg.el (474B)
1 ;; -*- no-byte-compile: t; lexical-binding: nil -*- 2 (define-package "markdown-mode" "20241117.307" 3 "Major mode for Markdown-formatted text." 4 '((emacs "27.1")) 5 :url "https://github.com/jrblevin/markdown-mode" 6 :commit "1716694217bfb802f768d2353cb801459027c294" 7 :revdesc "1716694217bf" 8 :keywords '("markdown" "github flavored markdown" "itex") 9 :authors '(("Jason R. Blevins" . "jblevins@xbeta.org")) 10 :maintainers '(("Jason R. Blevins" . "jblevins@xbeta.org")))