Fix a markup error involving links like [[#foo]].
commit1f68aeda78188ef28eb5eaf28ec6ceab92b28102
authorMichael Olson <mwolson@gnu.org>
Sun, 25 Dec 2005 03:15:36 +0000 (25 03:15 +0000)
committerMichael Olson <mwolson@gnu.org>
Sun, 25 Dec 2005 03:15:36 +0000 (25 03:15 +0000)
tree531d46ce3e0cbc3990b9ee2694ef0b15734acd5d
parent732114cbfb37d617c78ac94174783bdf508c8854
Fix a markup error involving links like [[#foo]].

* examples/QuickStart.muse: Move <contents> higher.  Remove <comment>
  tags around the centered text.

* lisp/muse-html.el (muse-html-markup-regexps): Cosmetic change.
  (muse-html-markup-strings): Remove table-group strings, since they
  aren't valid (X)HTML like I had thought.  Change center to use <p>
  rather than <span>.
  (muse-html-insert-anchor): Remove.
  (muse-html-markup-anchor): Respect the noemphasis property.  This fixes
  a bug with links like [[#foo]].
  (muse-html-markup-footnote): Insert the correct footnote number.

* lisp/muse-publish.el (muse-publish-markup-regexps): Make noemphasis
  rule higher than anchor rule.
  (muse-publish-markup-anchor): Respect the noemphasis property.

* lisp/muse-xml-common.el (muse-xml-markup-anchor): Respect the
  noemphasis property.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-318
ChangeLog
examples/QuickStart.muse
lisp/muse-html.el
lisp/muse-publish.el
lisp/muse-xml-common.el