Make command, lisp, perl, python, and ruby tags interpret "markup".
commit7561e3b5a9f39c460f56e17e909aeb420d72fa99
authorMichael Olson <mwolson@gnu.org>
Sun, 6 Aug 2006 19:08:25 +0000 (6 19:08 +0000)
committerMichael Olson <mwolson@gnu.org>
Sun, 6 Aug 2006 19:08:25 +0000 (6 19:08 +0000)
treedbfde59c1f3321ad7b5b6ba7357afacbbb58b05b
parentd7eb1d75f46aa59c222edf3e1cf231d0dd08334f
Make command, lisp, perl, python, and ruby tags interpret "markup".

* lisp/muse-publish.el (muse-publish-markup-tags): Permit <lisp> to take
  the "markup" argument.
  (muse-publish-markup-attribute): New macro that interprets the "markup"
  attribute.
  (muse-publish-lisp-tag, muse-publish-command-tag): Use
  muse-publish-markup-attribute.
  (muse-publish-command-tag): Make sure we have a newline at end of
  output.
  (muse-publish-perl-tag, muse-publish-python-tag)
  (muse-publish-ruby-tag): Pass remaining attributes to
  muse-publish-command-tag so that the "markup" attribute works.
  (muse-publish-include-tag): Use muse-publish-markup-attribute.

* muse.texi (Tag Summary): Document changes to tags.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-173
ChangeLog
lisp/muse-publish.el
muse.texi