Sha256: 77b36d721d91d2ce8a0b16b8aa363083515e6a75548e1524a03d56b7a5af1ae7

Contents?: true

Size: 1.81 KB

Versions: 3

Compression:

Stored size: 1.81 KB

Contents

Write a comment here
*** Parameters: ***
{} # params 
*** Markdown input: ***
Examples of numeric character references include © or © for the copyright symbol, Α or Α for the Greek capital letter alpha, and ا or ا for the Arabic letter alef.


*** Output of inspect ***
md_el(:document,[
	md_par([
		"Examples of numeric character references include ",
		md_entity(169),
		" or ",
		md_entity(169),
		" for the copyright symbol, ",
		md_entity(913),
		" or ",
		md_entity(913),
		" for the Greek capital letter alpha, and ",
		md_entity(1575),
		" or ",
		md_entity(1575),
		" for the Arabic letter alef."
	])
],{},[])
*** Output of to_html ***
<p>Examples of numeric character references include &#169; or &#169; for the copyright symbol, &#913; or &#913; for the Greek capital letter alpha, and &#1575; or &#1575; for the Arabic letter alef.</p>
*** Output of to_latex ***
Examples of numeric character references include \copyright{} or \copyright{} for the copyright symbol, $A${} or $A${} for the Greek capital letter alpha, and  or  for the Arabic letter alef.
*** Output of to_md ***
Examples of numeric character
references include or for the copyright
symbol, or for the Greek capital letter
alpha, and or for the Arabic letter
alef.
*** Output of to_s ***
Examples of numeric character references include  or  for the copyright symbol,  or  for the Greek capital letter alpha, and  or  for the Arabic letter alef.
*** EOF ***



	OK!



*** Output of Markdown.pl ***
<p>Examples of numeric character references include &#169; or &#xA9; for the copyright symbol, &#913; or &#x391; for the Greek capital letter alpha, and &#1575; or &#x627; for the Arabic letter alef.</p>

*** Output of Markdown.pl (parsed) ***
Error: #<NoMethodError: private method `write_children' called for <div> ... </>:REXML::Element>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maruku-0.5.8 tests/unittest/hex_entities.md
maruku-0.5.7 tests/unittest/hex_entities.md
maruku-0.5.9 tests/unittest/hex_entities.md