File: long_example.md

package info (click to toggle)
ruby-maruku 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,296 kB
  • ctags: 492
  • sloc: ruby: 5,726; xml: 235; makefile: 2
file content (76 lines) | stat: -rw-r--r-- 3,748 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Taken from the syntax document
*** Parameters: ***
{}
*** Markdown input: ***

filters -- including [Setext] [1], [atx] [2], [Textile] [3], [reStructuredText] [4],
[Grutatext] [5], and [EtText] [6] -- the single biggest source of
inspiration for Markdown's syntax is the format of plain text email.

  [1]: http://docutils.sourceforge.net/mirror/setext.html
  [2]: http://www.aaronsw.com/2002/atx/
  [3]: http://textism.com/tools/textile/
  [4]: http://docutils.sourceforge.net/rst.html
  [5]: http://www.triptico.com/software/grutatxt.html
  [6]: http://ettext.taint.org/doc/

To this end, Markdown's syntax is comprised entirely of punctuation
*** Output of inspect ***
md_el(:document,[
	md_par([
		"filters ",
		md_entity("ndash"),
		" including ",
		md_link(["Setext"],"1"),
		", ",
		md_link(["atx"],"2"),
		", ",
		md_link(["Textile"],"3"),
		", ",
		md_link(["reStructuredText"],"4"),
		", ",
		md_link(["Grutatext"],"5"),
		", and ",
		md_link(["EtText"],"6"),
		" ",
		md_entity("ndash"),
		" the single biggest source of inspiration for Markdown",
		md_entity("rsquo"),
		"s syntax is the format of plain text email."
	]),
	md_ref_def("1", "http://docutils.sourceforge.net/mirror/setext.html", {:title=>nil}),
	md_ref_def("2", "http://www.aaronsw.com/2002/atx/", {:title=>nil}),
	md_ref_def("3", "http://textism.com/tools/textile/", {:title=>nil}),
	md_ref_def("4", "http://docutils.sourceforge.net/rst.html", {:title=>nil}),
	md_ref_def("5", "http://www.triptico.com/software/grutatxt.html", {:title=>nil}),
	md_ref_def("6", "http://ettext.taint.org/doc/", {:title=>nil}),
	md_par([
		"To this end, Markdown",
		md_entity("rsquo"),
		"s syntax is comprised entirely of punctuation"
	])
],{},[])
*** Output of to_html ***
<p>filters – including <a href="http://docutils.sourceforge.net/mirror/setext.html">Setext</a>, <a href="http://www.aaronsw.com/2002/atx/">atx</a>, <a href="http://textism.com/tools/textile/">Textile</a>, <a href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>, <a href="http://www.triptico.com/software/grutatxt.html">Grutatext</a>, and <a href="http://ettext.taint.org/doc/">EtText</a> – the single biggest source of inspiration for Markdown’s syntax is the format of plain text email.</p>

<p>To this end, Markdown’s syntax is comprised entirely of punctuation</p>
*** Output of to_latex ***
filters -- including \href{http://docutils.sourceforge.net/mirror/setext.html}{Setext}, \href{http://www.aaronsw.com/2002/atx/}{atx}, \href{http://textism.com/tools/textile/}{Textile}, \href{http://docutils.sourceforge.net/rst.html}{reStructuredText}, \href{http://www.triptico.com/software/grutatxt.html}{Grutatext}, and \href{http://ettext.taint.org/doc/}{EtText} -- the single biggest source of inspiration for Markdown's syntax is the format of plain text email.

To this end, Markdown's syntax is comprised entirely of punctuation
*** Output of to_md ***

filters -- including [Setext] [1], [atx] [2], [Textile] [3], [reStructuredText] [4],
[Grutatext] [5], and [EtText] [6] -- the single biggest source of
inspiration for Markdown's syntax is the format of plain text email.

  [1]: http://docutils.sourceforge.net/mirror/setext.html
  [2]: http://www.aaronsw.com/2002/atx/
  [3]: http://textism.com/tools/textile/
  [4]: http://docutils.sourceforge.net/rst.html
  [5]: http://www.triptico.com/software/grutatxt.html
  [6]: http://ettext.taint.org/doc/

To this end, Markdown's syntax is comprised entirely of punctuation
*** Output of to_s ***
filters  including Setext, atx, Textile, reStructuredText, Grutatext, and EtText  the single biggest source of inspiration for Markdowns syntax is the format of plain text email.To this end, Markdowns syntax is comprised entirely of punctuation