Skip to content

Instantly share code, notes, and snippets.

@bollig
Forked from anonymous/_.md
Created August 17, 2012 03:32
Show Gist options
  • Save bollig/3375696 to your computer and use it in GitHub Desktop.
Save bollig/3375696 to your computer and use it in GitHub Desktop.
just another inlet to tributary
{"editor_editor":{"coffee":false,"vim":false,"emacs":false,"width":600,"height":300,"hide":false}}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Write a comment here *** Parameters: *** {:on_error=>:raise} *** Markdown input: ***

svg:svg/

<svg:svg width="600px" height="400px"> <svg:g id="group"> <svg:circle id="circ1" r="1cm" cx="3cm" cy="3cm" style="fill:red;"></svg:circle> <svg:circle id="circ2" r="1cm" cx="7cm" cy="3cm" style="fill:red;" /> </svg:g> </svg:svg>

*** Output of inspect *** md_el(:document,[ md_html("svg:svg/"), md_html("<svg:svg \nwidth="600px" height="400px">\n <svg:g id="group">\n\t<svg:circle id="circ1" r="1cm" cx="3cm" cy="3cm" style="fill:red;"></svg:circle>\n\t<svg:circle id="circ2" r="1cm" cx="7cm" cy="3cm" style="fill:red;" />\n </svg:g>\n</svg:svg>") ],{},[]) *** Output of to_html *** <svg:svg /><svg:svg height='400px' width='600px'> <svg:g id='group'> <svg:circle cy='3cm' id='circ1' r='1cm' cx='3cm' style='fill:red;' /> <svg:circle cy='3cm' id='circ2' r='1cm' cx='7cm' style='fill:red;' /> </svg:g> </svg:svg> *** Output of to_latex ***

*** Output of to_md ***

*** Output of to_s ***

*** EOF ***

Failed tests: [:inspect, :to_html]

*** Output of inspect *** -----| WARNING | ----- md_el(:document,[ md_html(""), md_html("svg:svg/"), md_html("<svg:svg \nwidth="600px" height="400px">\n <svg:g id="group">\n\t<svg:circle id="circ1" r="1cm" cx="3cm" cy="3cm" style="fill:red;"></svg:circle>\n\t<svg:circle id="circ2" r="1cm" cx="7cm" cy="3cm" style="fill:red;" />\n </svg:g>\n</svg:svg>") ],{},[]) *** Output of to_html *** -----| WARNING | -----

REXML could not parse this XML/HTML:
<svg:svg/>
REXML could not parse this XML/HTML:
<svg:svg
width="600px" height="400px">
<svg:g id="group">
<svg:circle id="circ1" r="1cm" cx="3cm" cy="3cm" style="fill:red;"></svg:circle>
<svg:circle id="circ2" r="1cm" cx="7cm" cy="3cm" style="fill:red;" />
</svg:g>
</svg:svg>
*** Output of to_latex ***

*** Output of to_md ***

*** Output of to_s ***

*** Output of Markdown.pl *** (not used anymore) *** Output of Markdown.pl (parsed) *** (not used anymore)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment