Muse 学习笔记

1 段落

  1. 1 普通

    普通段落必须用空行分开

  2. 2 居中

    居中段落在开头>=6的空格

  3. 3 引用

    引用段落在开头<6空格

2 标题

采用[*]+空格+标题名,可有四级

3 强调

格式

/*emphasis*

效果

emphasis

格式 /**strong emphasis**

效果

strong emphasis

格式 /***very strong emphasis***

效果

very strong emphasis

格式

/_underlined_

效果

underlined

格式

\=verbatim and monospace=

效果

verbatim and monospace

4 指令

位于文档任何位置,以#开头的行 如 author,date,desc,title

5 注脚

为方括号括起来的数字。 如果起始为1,将注脚定义放在文件尾部。 否则代表参考点。如:

参考1

1.这个是注脚用

6 诗体

很多人走了,
  又来了

7 列表

在一行的开头使用特殊的字符,但之前要空一格

1 首先

2 其次

3 再次

8 表格

方案||长度||角度||总压恢复

1|13.4m|22 degree|0.95 2|10m |20 degree|0.99 3|11m |22 degree|0.99

1 |||2 |||3 |||4

9 超链接 和 电子邮件

/stone homepage www.stonezone.com.cn

10 水平线

四个以上的-


11 锚

# 号紧接着字母,代表一个anchor,

12 注释

分号+空格+文字

13 tag

  1. 1 example

    <example> this is a example ,保 留 空 白,文字等宽,outputs style 不转换 sss

  2. 2 literal

    <literal> 内容会保留

  3. 3 lisp

    <lisp> 内嵌lisp程序来完成工作

  4. 4 contents用来生成index
  1. 5 command <command> 输出命令的结果
  2. 6 class <class> 定义span 属性
Valid XHTML 1.0 :: Valid CSS :: Made with Emacs-Muse