Emacs muse common labels

Source: Internet
Author: User
If you use Emacs muse to write documents and take notes, paste them directly in Emacs muse. Code, Will generate a very messy style. In this case, we need to use the tag function provided by Muse flexibly.

Basic Syntax of Muse labels
The syntax of Muse labels is basically the same as that in XML. There are basically the following situations:

The tag has parameters in the following format:

<Tagname arg1 = "string1" arg2 = "string2">

In the simplest use case, there is only one line, which is similar to the tag in XML:

<Tagname arg1 = "string1" arg2 = "string2"/>

If the tag contains content, you can use the following format:

<Tagname> some text </tagname>

You can also split the data into several rows:

<Tagname>
Some text.
Some more text.
</Tagname>

Muse typeset and colors the code.
If you want to typeset the code in Muse, you can use the example tag in Muse. The basic format is as follows:

<Example>
Put code [...]

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.