Re: Re: New Muse tags: "include" and "markup"
Stefan van der Walt <[email protected]> Tue, 30 May 2006 15:40:13 +0200
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks for adding this functionality, Michael! One more question: how do I insert a file inside an <example> tag, i.e. <example> content of file goes here </example> I can't think what the markup function would be to pass to include. Regards Stéfan On Mon, May 29, 2006 at 06:58:10PM -0400, Michael Olson wrote: > Michael Olson <[email protected]> writes: > > > I've now implemented <include> and <markup> tags in Muse. The > > documentation for both is included below. > > > > <include>: Include the named file at the current location during > > publishing. > > > > <include file=\"...\"> > > Should be: > > <include file="..."> > > > Files are marked up according to the Muse publishing rules. If > > you want no markup to be performed, either add > > <example>..</example> inside the source file or use the > > following invocation. > > > > <include file=\"...\" markup=\"nil\">