2008-01-08 07:01:35 +01:00
Write a comment abouth the test here.
*** Parameters: ** *
{}
*** Markdown input: ** *
2011-08-27 03:55:04 +02:00
The HTML specification is maintained by the W3C. The W3C is headquartered in Geneva.
2008-01-08 07:01:35 +01:00
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
Operation Tigra Genesis is going well.
*[Tigra Genesis]:
*** Output of inspect ** *
md_el(:document,[
md_par([
"The ",
md_el(:abbr,["HTML"],{:title=>"Hyper Text Markup Language"},[]),
" specification is maintained by the ",
md_el(:abbr,["W3C"],{:title=>"World Wide Web Consortium"},[]),
2011-08-27 03:55:04 +02:00
". The ",
md_el(:abbr,["W3C"],{:title=>"World Wide Web Consortium"},[]),
" is headquartered in Geneva."
2008-01-08 07:01:35 +01:00
]),
md_el(:abbr_def,[],{:abbr=>"HTML",:text=>"Hyper Text Markup Language"},[]),
md_el(:abbr_def,[],{:abbr=>"W3C",:text=>"World Wide Web Consortium"},[]),
md_par([
"Operation ",
md_el(:abbr,["Tigra Genesis"],{:title=>nil},[]),
" is going well."
]),
md_el(:abbr_def,[],{:abbr=>"Tigra Genesis",:text=>nil},[])
],{},[])
*** Output of to_html ** *
2011-08-27 03:55:04 +02:00
< p > The < abbr title = "Hyper Text Markup Language" > HTML< / abbr > specification is maintained by the < abbr title = "World Wide Web Consortium" > W3C< / abbr > . The < abbr title = "World Wide Web Consortium" > W3C< / abbr > is headquartered in Geneva.< / p >
2008-01-08 07:01:35 +01:00
< p > Operation < abbr > Tigra Genesis< / abbr > is going well.< / p >
*** Output of to_latex ** *
2011-08-27 03:55:04 +02:00
The HTML specification is maintained by the W3C. The W3C is headquartered in Geneva.
2008-01-08 07:01:35 +01:00
Operation Tigra Genesis is going well.
*** Output of to_md ** *
2011-08-21 20:41:20 +02:00
The HTML specification is maintained by
2011-08-27 03:55:04 +02:00
the W3C. The W3C is headquartered in
Geneva.
2008-01-08 07:01:35 +01:00
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
2011-08-21 20:41:20 +02:00
Operation Tigra Genesis is going well.
2008-01-08 07:01:35 +01:00
*[Tigra Genesis]:
*** Output of to_s ** *
2011-08-27 03:55:04 +02:00
The HTML specification is maintained by the W3C. The W3C is headquartered in Geneva.Operation Tigra Genesis is going well.