textile

时间:2023-12-21 10:54:38
textile
Textile是一个人性化的Web文本生成器,以简洁的方式提供HTML标签功能。

目录

1内容

▪ 短语修饰符
▪ 块修饰符
▪ 链接
▪ 属性
▪ 排列
▪ 表格
▪ 图像
▪ 首字母缩写
▪ 脚注
▪ 原生HTML
▪ 扩展快

1内容编辑

短语修饰符

_emphasis_
*strong*
__italic__**bold**??citation??
-deleted text-
+inserted text+
^^
~subscript~
%span%
@code@

块修饰符

hn. heading
bq. Blockquote
fnn. Footnote
p. Paragraph
bc. Block code
pre. Pre-formatted
# Numeric list
* Bulleted list

链接

"linktext":http://…

属性

(class)
(#id)
{style}
[language]

排列

> right
< left
= center
<> justify

表格

|_. a|_. table|_. header|
|a|table|row|
|a|table|row|

图像

!imageurl!
!imageurl!:http://…

首字母缩写

ABC(Always Be Closing)

脚注

See foo[1].
fn1. Foo.

原生HTML

==no <b>textile</b>==
notextile. no <b>textile here</b>

扩展快

bc.. a block code section has started and continues p. a paragraph starts