File: abbreviations.md

package info (click to toggle)
ruby-maruku 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,304 kB
  • sloc: ruby: 5,741; xml: 235; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 1,836 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
Write a comment abouth the test here.
*** Parameters: ***
{}
*** Markdown input: ***

The HTML specification is maintained by the W3C. The W3C is headquartered in Geneva.

*[HTML]: Hyper Text Markup Language
*[W3C]:  World Wide Web Consortium



Operation Tigra Genesis is going well.

*[Tigra Genesis]:
*** Output of inspect ***
md_el(:document,[
	md_par([
		"The ",
		md_el(:abbr,["HTML"],{:title=>"Hyper Text Markup Language"},[]),
		" specification is maintained by the ",
		md_el(:abbr,["W3C"],{:title=>"World Wide Web Consortium"},[]),
		". The ",
		md_el(:abbr,["W3C"],{:title=>"World Wide Web Consortium"},[]),
		" is headquartered in Geneva."
	]),
	md_el(:abbr_def,[],{:abbr=>"HTML",:text=>"Hyper Text Markup Language"},[]),
	md_el(:abbr_def,[],{:abbr=>"W3C",:text=>"World Wide Web Consortium"},[]),
	md_par([
		"Operation ",
		md_el(:abbr,["Tigra Genesis"],{:title=>nil},[]),
		" is going well."
	]),
	md_el(:abbr_def,[],{:abbr=>"Tigra Genesis",:text=>nil},[])
],{},[])
*** Output of to_html ***
<p>The <abbr title="Hyper Text Markup Language">HTML</abbr> specification is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>. The <abbr title="World Wide Web Consortium">W3C</abbr> is headquartered in Geneva.</p>

<p>Operation <abbr>Tigra Genesis</abbr> is going well.</p>
*** Output of to_latex ***
The HTML specification is maintained by the W3C. The W3C is headquartered in Geneva.

Operation Tigra Genesis is going well.
*** Output of to_md ***
The HTML specification is maintained by
the W3C. The W3C is headquartered in
Geneva.

*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
Operation Tigra Genesis is going well.

*[Tigra Genesis]:
*** Output of to_s ***
The HTML specification is maintained by the W3C. The W3C is headquartered in Geneva.Operation Tigra Genesis is going well.