Implement <br> tag.
commit88f8709149ce8344330dc09b101d56f9cd94a60f
authorMichael W. Olson <mwolson@gnu.org>
Mon, 28 Jan 2008 23:34:52 +0000 (28 18:34 -0500)
committerMichael W. Olson <mwolson@gnu.org>
Mon, 28 Jan 2008 23:34:52 +0000 (28 18:34 -0500)
tree1c4c6a67523a17c17513254245642a165b16d468
parentcfaa776854bba2b176c7ed3e323b7dbbcdfd0593
Implement <br> tag.

* lisp/muse-publish.el (muse-publish-markup-tags): Add "br" tag.  Improve
  docstring.
  (muse-publish-br-tag): New function that implements the <br> tag.

* texi/muse.texi (Paragraphs): Document line breaks.
  (Tag Summary): Document <br>.
  (Markup Regexps): Document line-break markup string.  Fix typo.
lisp/muse-publish.el
texi/muse.texi