~ubuntu-branches/ubuntu/quantal/pandoc/quantal

« back to all changes in this revision

Viewing changes to tests/writer.markdown

  • Committer: Package Import Robot
  • Author(s): Clint Adams, Kiwamu Okabe, Jonas Smedegaard, Clint Adams
  • Date: 2012-03-04 20:35:25 UTC
  • mfrom: (3.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120304203525-9rr3xli9gxlefshr
Tags: 1.9.1.1-1
* New upstream release.

[ Kiwamu Okabe ]
* Allow DM uploads.
* New debian/watch file to scan pandoc 1.9
* Bump standards-version to 3.9.3.
* Move maintenance to Haskell team, with Jonas and Kiwamu as
  uploaders.
* Add new (build-)dependencies:
  + libghc-blaze-html-*
  + libghc-temporary-*
  + libghc-zlib-*
  Drop obsolete (build-)dependency:
  + libghc-deepseq-*
  Tighten build-dependencies:
  + libghc-http-dev
  + libghc-texmath-dev
  + libghc-pandoc-types-dev
  + libghc-json-dev
  + libghc-highlighting-kate-dev

[ Jonas Smedegaard ]
* Newline-delimit uploaders field.
* Update copyright file:
  + Extend copyright years.
  + Adapt a Files section.
  + Bump copyright format to final version 1.0.
* Update long descriptions:
  + Mention newly supported output formats:
    - Word Docx
    - AsciiDoc
    - DZSlides.
  + Explicitly mention output formats XHTML and HTML 5.
  + Explicitly mention out put (sub)format LaTeX beamer.
  + No longer mention markdown2pdf: Dropped upstream.

[ Clint Adams ]
* Move -doc build dependencies to Build-Depends-Indep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
* * * * *
9
9
 
10
 
# Headers
 
10
Headers
 
11
=======
11
12
 
12
 
## Level 2 with an [embedded link](/url)
 
13
Level 2 with an [embedded link](/url)
 
14
-------------------------------------
13
15
 
14
16
### Level 3 with *emphasis*
15
17
 
17
19
 
18
20
##### Level 5
19
21
 
20
 
# Level 1
 
22
Level 1
 
23
=======
21
24
 
22
 
## Level 2 with *emphasis*
 
25
Level 2 with *emphasis*
 
26
-----------------------
23
27
 
24
28
### Level 3
25
29
 
26
30
with no blank line
27
31
 
28
 
## Level 2
 
32
Level 2
 
33
-------
29
34
 
30
35
with no blank line
31
36
 
32
37
* * * * *
33
38
 
34
 
# Paragraphs
 
39
Paragraphs
 
40
==========
35
41
 
36
42
Here’s a regular paragraph.
37
43
 
46
52
 
47
53
* * * * *
48
54
 
49
 
# Block Quotes
 
55
Block Quotes
 
56
============
50
57
 
51
58
E-mail style:
52
59
 
75
82
 
76
83
* * * * *
77
84
 
78
 
# Code Blocks
 
85
Code Blocks
 
86
===========
79
87
 
80
88
Code:
81
89
 
95
103
 
96
104
* * * * *
97
105
 
98
 
# Lists
 
106
Lists
 
107
=====
99
108
 
100
 
## Unordered
 
109
Unordered
 
110
---------
101
111
 
102
112
Asterisks tight:
103
113
 
141
151
 
142
152
-   Minus 3
143
153
 
144
 
## Ordered
 
154
Ordered
 
155
-------
145
156
 
146
157
Tight:
147
158
 
181
192
 
182
193
3.  Item 3.
183
194
 
184
 
## Nested
 
195
Nested
 
196
------
185
197
 
186
198
-   Tab
187
199
    -   Tab
209
221
 
210
222
3.  Third
211
223
 
212
 
## Tabs and spaces
 
224
Tabs and spaces
 
225
---------------
213
226
 
214
227
-   this is a list item indented with tabs
215
228
 
219
232
 
220
233
    -   this is an example list item indented with spaces
221
234
 
222
 
## Fancy list markers
 
235
Fancy list markers
 
236
------------------
223
237
 
224
238
(2) begins with 2
225
239
(3) and now 3
252
266
 
253
267
* * * * *
254
268
 
255
 
# Definition Lists
 
269
Definition Lists
 
270
================
256
271
 
257
272
Tight using spaces:
258
273
 
331
346
    1.  sublist
332
347
    2.  sublist
333
348
 
334
 
# HTML Blocks
 
349
HTML Blocks
 
350
===========
335
351
 
336
352
Simple block on one line:
337
353
 
444
460
 
445
461
* * * * *
446
462
 
447
 
# Inline Markup
 
463
Inline Markup
 
464
=============
448
465
 
449
466
This is *emphasized*, and so *is this*.
450
467
 
473
490
 
474
491
* * * * *
475
492
 
476
 
# Smart quotes, ellipses, dashes
 
493
Smart quotes, ellipses, dashes
 
494
==============================
477
495
 
478
496
“Hello,” said the spider. “‘Shelob’ is my name.”
479
497
 
494
512
 
495
513
* * * * *
496
514
 
497
 
# LaTeX
 
515
LaTeX
 
516
=====
498
517
 
499
518
-   \cite[22-23]{smith.1899}
500
519
-   $2+2=4$
524
543
 
525
544
* * * * *
526
545
 
527
 
# Special Characters
 
546
Special Characters
 
547
==================
528
548
 
529
549
Here is some unicode:
530
550
 
578
598
 
579
599
* * * * *
580
600
 
581
 
# Links
 
601
Links
 
602
=====
582
603
 
583
 
## Explicit
 
604
Explicit
 
605
--------
584
606
 
585
607
Just a [URL](/url/).
586
608
 
600
622
 
601
623
[Empty]().
602
624
 
603
 
## Reference
 
625
Reference
 
626
---------
604
627
 
605
628
Foo [bar](/url/).
606
629
 
626
649
 
627
650
Foo [biz](/url/ "Title with "quote" inside").
628
651
 
629
 
## With ampersands
 
652
With ampersands
 
653
---------------
630
654
 
631
655
Here’s a [link with an ampersand in the URL](http://example.com/?foo=1&bar=2).
632
656
 
637
661
 
638
662
Here’s an [inline link in pointy braces](/script?foo=1&bar=2).
639
663
 
640
 
## Autolinks
 
664
Autolinks
 
665
---------
641
666
 
642
667
With an ampersand: <http://example.com/?foo=1&bar=2>
643
668
 
655
680
 
656
681
* * * * *
657
682
 
658
 
# Images
 
683
Images
 
684
======
659
685
 
660
686
From “Voyage dans la Lune” by Georges Melies (1902):
661
687
 
665
691
 
666
692
* * * * *
667
693
 
668
 
# Footnotes
 
694
Footnotes
 
695
=========
669
696
 
670
697
Here is a footnote reference,[^1] and another.[^2] This should *not* be a
671
698
footnote reference, because it contains a space.[\^my note] Here is an inline