.SE 文件扩展名
Shuttle Document
| 开发者 | 不适用 |
| 受欢迎程度 |
3.4 | 15 票 |
什么是 SE 文件?
File containing code written in the Shuttle language, a lightweight markup language that can be converted into HTML5.
更多信息
Some syntax rules include:
- Text is converted into blocks of text that are separated by a blank line
- A header begins with a #, with the number of #s preceding the header signifying the heading level number.
- Ordered lists use numbers with a period, while unordered lists just use hyphens.
- Links are inline [] () or reference [] [], while link definitions can be used anywhere in the document. One blank space is allowed between the two parts of the link.
- Images function the same as links but the syntax begins with an exclamation mark (!).
- Horizontal rules are created with three or more hyphens.
注: Shuttle converters are available for conversion to Java and PHP.