C# Класс Castle.MonoRail.Framework.TransformFilters.Formatters.WikiFormatter

Converts wiki formatted text to html formatted text.
The following tags are parsed: italic bold bold italic underlined striked code pre box pipe tables More about style formats More about tables
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Format ( string wiki ) : string

Converts a string with wiki formatting to html formatting.

Приватные методы

Метод Описание
BuildTable ( string markup ) : string

Converts a wiki pipe formatting to an HTML table

MatchTables ( StringBuilder sb ) : void
MatchWithSimpleReplace ( StringBuilder sb, Regex pattern, string openingTags, string closingTags ) : void
SplitByString ( string testString, string split ) : string[]

Описание методов

Format() публичный Метод

Converts a string with wiki formatting to html formatting.
public Format ( string wiki ) : string
wiki string the wiki formatted code
Результат string