Formatter for generating HTML from structured text.
|
|
|
|
|
|
|
StartList(self,
type)
Start a list environment of type 'type'. |
source code
|
|
|
EndList(self,
type)
End a list environment of type 'type'. |
source code
|
|
|
|
|
FinishDefinedTerm(self)
Finish the definition of a term in a definition list. |
source code
|
|
|
EndItem(self,
type)
End an element in the environment of type 'type'. |
source code
|
|
|
StartStyle(self,
style)
Start a new text style 'style'. |
source code
|
|
|
EndStyle(self,
style)
End the text style 'style'. |
source code
|
|
|
StartLink(self,
target)
Being a hyperlink to 'target'. |
source code
|
|
|
|
|
|