構成 | |
| class | Pair |
Public メソッド | |
| string | Transform (string text) |
| Main function. The order in which other subs are called here is essential. Link and image substitutions need to happen before EscapeSpecialChars(), so that any *'s or _'s in the and. | |
MarkdownOld.cs の 60 行で定義されています。
| string MarkdownSharp.MarkdownOld.Transform | ( | string | text | ) | [inline] |
Main function. The order in which other subs are called here is essential. Link and image substitutions need to happen before EscapeSpecialChars(), so that any *'s or _'s in the and.
tags get encoded.
MarkdownOld.cs の 145 行で定義されています。