.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.