Update markdown-mode to 1.7.
Bug fixes: - Fixed several font lock issues. - Fixed a bug where pressing enter did nothing in longlines-mode. - Fixed a problem where emacs-snapshot would hang during markdown-enter and markdown-cycle. - Fixed an issue with auto-fill-mode and markdown-mode<E2><80><99>s indentat New features: - Support filling of list items. - Allow customization of font-lock faces - Automatic indentation when pressing enter or tab (with cycling upon subsequent tab presses). - Generate real XHTML for previewing (thanks to Hilko Bengen for the patch). This fixes Debian bug #490865. The CSS stylesheet for XHTML output is customizable via markdown-css-path. - Better URL matching (protocols are customizable through markdown-uri-types - LaTeX syntax highlighting can be enabled or disabled using the customize system (markdown-enable-math). - Support for HTML comments (font lock, comment-dwim, etc.). - Support filling of definition lists. - Fill-paragraph no longer breaks lines inside of square brackets. - Add support level 5 and 6 atx-style headers.
This commit is contained in:
parent
bdfb1f6b33
commit
59879e975a
2 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.2 2009/08/06 01:44:56 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/10/25 00:00:30 minskim Exp $
|
||||
|
||||
DISTNAME= markdown-mode
|
||||
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}-1.6
|
||||
PKGREVISION= 1
|
||||
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}-1.7
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://jblevins.org/projects/markdown-mode/
|
||||
DIST_SUBDIR= ${DISTNAME}-1.7
|
||||
EXTRACT_SUFX= .el
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/05/14 06:09:13 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/10/25 00:00:30 minskim Exp $
|
||||
|
||||
SHA1 (markdown-mode.el) = 95637e688a1fa9e7388814145ad25a13b47b8fe1
|
||||
RMD160 (markdown-mode.el) = feba2970256357439463c1c7939e86b42e4d2814
|
||||
Size (markdown-mode.el) = 37891 bytes
|
||||
SHA1 (markdown-mode-1.7/markdown-mode.el) = d827d49650a494fe8bf578ea4c1fe9efaafb0a45
|
||||
RMD160 (markdown-mode-1.7/markdown-mode.el) = ed42c33d5c812a894822e964a53a97329810f09e
|
||||
Size (markdown-mode-1.7/markdown-mode.el) = 53405 bytes
|
||||
|
|
Loading…
Reference in a new issue