I've implemented support for permitting some tags to be nested, in
order to get nested <quote> tags to work on my blog.  Currently,
<quote> is the only tag that is nestable.  Let me know if there are
other tags that can sanely be nested.

This involved a non-backwards-compatible change to
`muse-publish-markup-tags.  The old format for each entry was:

  For each entry, the name of the tag is given, whether it expects a
  closing tag and/or an optional set of attributes, and a function
  that performs whatever action is desired within the delimited
  region.

Now, it is:

  For each entry, the name of the tag is given, whether it expects a
  closing tag and/or an optional set of attributes, whether it is
  nestable, and a function that performs whatever action is desired
  within the delimited region.

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
  /` |\ | | | Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC
 |_] | \| |_| Reclaim your digital rights by eliminating DRM.
      See http://www.defectivebydesign.org/what_is_drm for details.

Attachment: pgpzp8WO1lvUI.pgp
Description: PGP signature

_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to