instiki/vendor/plugins/maruku/tests/unittest/escaping.md
Jacques Distler 38ae064b8a Bundle Latest REXML
Sam Ruby has been doing a bang-up job fixing the bugs in REXML.
Who knows when these improvements will trickle down to vendor distributions of Ruby.
In the meantime, let's bundle the latest version of REXML with Instiki.
We check the version number of the bundled REXML against that of the System REXML, and use whichever is later.
2008-01-11 23:53:29 -06:00

3.1 KiB

This should threat the last as a literal asterisk. *** Parameters: *** {:on_error=>:warning} *** Markdown input: *** Hello: ! ! ` { } [ ] # . ! * * *

Ora, emphasis, bold, * <- due asterischi-> * , un underscore-> _ , emphasis, incrediblee!

This is Code with a special: -> ` <- (after)

Start of paragraph

End of paragraph *** Output of inspect *** md_el(:document,[ md_par(["Hello: ! ! { } [ ] ( ) # . ! * * *"]), md_par([ "Ora, ", md_em(["emphasis"]), ", ", md_strong(["bold"]), ", * <- due asterischi-> * , un underscore-> _ , ", md_em(["emphasis"]), ", incre", md_em(["dible"]), "e!" ]), md_par(["This is ", md_code("Code with a special: -> <-"), "(after)"]), md_par([md_code("Start "), " of paragraph"]), md_par(["End of ", md_code("paragraph ")]) ],{},[]) *** Output of to_html ***

Hello: ! ! ` { } [ ] ( ) # . ! * * *

Ora, emphasis, bold, * <- due asterischi-> * , un underscore-> _ , emphasis, incrediblee!

This is Code with a special: -> ` <-(after)

Start of paragraph

End of paragraph

*** Output of to_latex *** Hello: ! ! ` \{ \} [ ] ( ) \# . ! * * *

Ora, \emph{emphasis}, \textbf{bold}, * {\tt \char60}- due asterischi-{\tt \char62} * , un underscore-{\tt \char62} _ , \emph{emphasis}, incre\emph{dible}e!

This is {\colorbox[rgb]{1.00,0.93,1.00}{\tt Code~with~a~special\char58~\char45\char62~\char96~\char60\char45}}(after)

{\colorbox[rgb]{1.00,0.93,1.00}{\tt Start~}} of paragraph

End of {\colorbox[rgb]{1.00,0.93,1.00}{\tt paragraph~}} *** Output of to_md *** Hello: ! ! ` { } [ ] ( ) # . ! * * *

Ora, emphasis, bold, * <- due asterischi-> * , un underscore-> _ , emphasis, incre diblee!

This is (after)

of paragraph

End of *** Output of to_s *** Hello: ! ! ` { } [ ] ( ) # . ! * * *Ora, emphasis, bold, * <- due asterischi-> * , un underscore-> _ , emphasis, incrediblee!This is (after) of paragraphEnd of *** EOF ***

OK!

*** Output of Markdown.pl ***

Hello: ! ! ` { } ( ) # . ! * * *

Ora, emphasis, bold, * <- due asterischi-> * , un underscore-> _ , emphasis, incrediblee!

This is Code with a special: -> ` <-(after)

Start of paragraph

End of paragraph

*** Output of Markdown.pl (parsed) ***

Hello: ! ! ` { } ( ) # . ! * * *

Ora, emphasis , bold , * <- due asterischi-> * , un underscore-> _ , emphasis , incre dible e!

This is Code with a special: -> ` <- (after)

Start of paragraph

End of paragraph