Finds list (ordered, unordered, and definition) wiki elements.
group(1) of the match object includes all lines from the list
including newline characters.
|
|
__init__(self,
tag,
token,
child_tags,
stop_tokens)
Constructor for WikiElement objects. |
source code
|
|
|
|
re_string(self)
This re_string is for finding generic block elements like
lists (ordered, unordered, and definition) that start with a
single token. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|
|
|
|
|
|
_build(self,
mo,
element_store)
Returns a genshi Element that has self.tag as the
outermost tag. |
source code
|
|
|
|
_process(self,
mo,
text,
wiki_elements,
element_store)
Returns genshi Fragments (Elements and text) |
source code
|
|