Méthode | Description | |
---|---|---|
BlockProcessor ( |
Méthode | Description | |
---|---|---|
BlockProcessor ( |
||
BuildDefinition ( List |
||
BuildDefinitionLists ( List |
||
BuildFootnote ( List |
||
BuildList ( List |
||
CollapseLines ( List |
||
CreateBlock ( ) : |
||
EvaluateLine ( ) : |
||
EvaluateLine ( |
||
FreeBlock ( |
||
FreeBlocks ( List |
||
GetMarkdownMode ( |
||
HandleAlertExtension ( |
Handles the alert extension: @alert type text @end where text can be anything and has to be handled further. type is: danger, warning, info or neutral.
|
|
HandleDocNetExtension ( |
Handles the docnet extension, starting with '@'. This can be: * @fa- * @alert @end * @tabs @tabsend
|
|
HandleFontAwesomeExtension ( |
Handles the font awesome extension, which is available in DocNet mode. FontAwesome extension uses @fa-iconname, where iconname is the name of the fontawesome icon. Called when '@fa-' has been seen. Current position is on 'f' of 'fa-'.
|
|
HandleSnippetExtension ( |
Handles the snippet extension: @snippet language [filename] pattern where 'language' can be: cs, xml or txt. If something else, txt is used '[filename]' is evaluated relatively to the document location of the current document. 'pattern' is the pattern passed to the extractor, which is determined based on the language. This is Projbook code. The read snippet is wrapped in a fenced code block with language as language marker, except for txt, which will get 'nohighlight'. This fenced code block is then parsed again and that result is returned as b's data.
|
|
HandleTabForTabsExtension ( |
Handles the tab for tabs extension. This is a docnet extension and it handles: @tab tab head text tab content @end
|
|
HandleTabsExtension ( |
||
Process ( string str ) : List |
||
ProcessFencedCodeBlock ( |
||
ProcessMarkdownEnabledHtml ( |
||
RenderLines ( List |
||
ScanHtml ( |
||
ScanLines ( ) : List |
||
ScanLines ( string str ) : List |
||
ScanLines ( string str, int start, int len ) : List |
||
StartTable ( |
public BlockProcessor ( |
||
m | ||
MarkdownInHtml | bool | |
Résultat | System |