Sha256: 23d89925364f8c9da552381643fc5f1ea2b221471dbdaffc82c0cc3e500c804d

Contents?: true

Size: 1.07 KB

Versions: 6

Compression:

Stored size: 1.07 KB

Contents

Comment
*** Parameters: ***
{}
*** Markdown input: ***
Here is an example of AppleScript:

    tell application "Foo"
        beep
    end tell
    	tab

*** Output of inspect ***
md_el(:document,[
	md_par(["Here is an example of AppleScript:"]),
	md_el(:code,[],{:raw_code=>"tell application \"Foo\"\n    beep\nend tell\n\ttab"},[])
],{},[])
*** Output of to_html ***

<p>Here is an example of AppleScript:</p>

<pre><code>tell application &quot;Foo&quot;
    beep
end tell
	tab</code></pre>

*** Output of to_latex ***
Here is an example of AppleScript:

\begin{verbatim}tell application "Foo"
    beep
end tell
	tab\end{verbatim}

*** Output of to_md ***
Here is an example of AppleScript:


*** Output of to_s ***
Here is an example of AppleScript:
*** EOF ***



	OK!



*** Output of Markdown.pl ***
<p>Here is an example of AppleScript:</p>

<pre><code>tell application "Foo"
    beep
end tell
    tab
</code></pre>

*** Output of Markdown.pl (parsed) ***
<p>Here is an example of AppleScript:</p
   ><pre
     ><code>tell application "Foo"
    beep
end tell
    tab
</code
   ></pre
 >

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
maruku-0.5.1 tests/unittest/code.md
maruku-0.5.3 tests/unittest/code.md
maruku-0.5.2 tests/unittest/code.md
maruku-0.5.4 tests/unittest/code.md
maruku-0.5.5 tests/unittest/code.md
maruku-0.5.6 tests/unittest/code.md