MarkdownSharp  1.12
 全て クラス ネームスペース 関数 プロパティ
構成 | Public メソッド
クラス MarkdownSharp.MarkdownOld

すべてのメンバ一覧

構成

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.cs60 行で定義されています。


関数

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.cs145 行で定義されています。


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース 関数 プロパティ