Module
MaRuKu::Out::Markdown
In:
lib/maruku.rb
lib/maruku/output/to_markdown.rb
Methods
add_indent
array_to_md
children_to_md
mysplit
to_md
to_md_abbr_def
to_md_code
to_md_email_address
to_md_emphasis
to_md_entity
to_md_header
to_md_hrule
to_md_im_image
to_md_im_link
to_md_image
to_md_immediate_link
to_md_inline_code
to_md_linebreak
to_md_link
to_md_ol
to_md_paragraph
to_md_quote
to_md_ref_definition
to_md_strong
to_md_ul
wrap
Constants
DefaultLineLength
=
40
Public Instance methods
add_indent
(s,char=" ")
array_to_md
(array, context, join_char='')
children_to_md
(context)
Convert each child to html
mysplit
(c)
" andrea censi " => [" andrea ", "censi "]
to_md
(context={})
to_md_abbr_def
(context)
to_md_code
(context)
to_md_email_address
(context)
to_md_emphasis
(context)
to_md_entity
(context)
to_md_header
(context)
to_md_hrule
(context)
to_md_im_image
(context)
to_md_im_link
(context)
to_md_image
(context)
to_md_immediate_link
(context)
to_md_inline_code
(context)
to_md_linebreak
(context)
to_md_link
(context)
to_md_ol
(context)
to_md_paragraph
(context)
to_md_quote
(context)
to_md_ref_definition
(context)
to_md_strong
(context)
to_md_ul
(context)
wrap
(array, line_length, context)
[Validate]