Class
HikiDoc::HTMLOutput
In:
lib/hikidoc.rb
Parent:
Object
Methods
block_plugin
block_preformatted
blockquote_close
blockquote_open
container
del
dlist_close
dlist_item
dlist_open
em
escape_html
escape_html_param
escape_quote
finish
headline
hrule
hyperlink
image_hyperlink
inline_plugin
list_begin
list_close
list_end
list_open
listitem
listitem_close
listitem_open
new
paragraph
preformatted
reset
strong
table_close
table_data
table_head
table_open
table_record_close
table_record_open
text
tt
unescape_html
wiki_name
Public Class methods
new
(suffix = " />")
Public Instance methods
block_plugin
(str)
block_preformatted
(str, info)
blockquote_close
()
blockquote_open
()
container
(_for=nil)
del
(item)
dlist_close
()
dlist_item
(dt, dd)
dlist_open
()
em
(item)
escape_html
(text)
escape_html_param
(str)
Utilities
escape_quote
(text)
finish
()
headline
(level, title)
Procedures
hrule
()
hyperlink
(uri, title)
Functions
image_hyperlink
(uri, alt = nil)
inline_plugin
(src)
list_begin
()
list_close
(type)
list_end
()
list_open
(type)
listitem
(item)
listitem_close
()
listitem_open
()
paragraph
(lines)
preformatted
(str)
reset
()
strong
(item)
table_close
()
table_data
(item, rs, cs)
table_head
(item, rs, cs)
table_open
()
table_record_close
()
table_record_open
()
text
(str)
tt
(item)
unescape_html
(text)
wiki_name
(name)
[Validate]