~ubuntu-branches/ubuntu/saucy/kate/saucy

« back to all changes in this revision

Viewing changes to examples/syntax/highlight.t2t

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Rohan Garg, Jonathan Riddell
  • Date: 2013-06-21 00:48:29 UTC
  • mfrom: (1.1.28)
  • Revision ID: package-import@ubuntu.com-20130621004829-y2ui02eg0j47h94y
Tags: 4:4.10.80-0ubuntu1
[ Rohan Garg ]
* New upstream release
  - Update and sort install files
  - Drop kubuntu_pate_find_python.diff, kubuntu_kate_initial_preference.patch,
    kubuntu_find_python.diff from debian/patches , not required

[ Jonathan Riddell ]
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
txt2tags sample
 
2
 
 
3
 
 
4
%!--includeconf: config.t2t
 
5
% disabled here because there is no external file
 
6
%!preproc: 'JUST A TEST'    ' '
 
7
%!postproc: '(?i)(<body)'   '\1 id="shots"'
 
8
%!postproc: '(?i)(</title>)'    ' shots\1'
 
9
 
 
10
%!--include: menu.t2t
 
11
 
 
12
= Title 1 =
 
13
 
 
14
 
 
15
== My Subtitle 1 ==[some definition]
 
16
 
 
17
Some examples:
 
18
 
 
19
- A paragraph with **bold**, //italic// and --strike--.
 
20
- You can even __underline your docs__!
 
21
 
 
22
- And use **//bold and italic//** 
 
23
- or //**italic and bold**// 
 
24
 
 
25
Here is a nice pic: [img/t2tpowered.png].
 
26
 
 
27
- And a [link to a cool website http://txt2tags.sf.net]!
 
28
 
 
29
- A table : 
 
30
 
 
31
  || Name | Age  |  Gender |
 
32
  | John |  33  |    Male |
 
33
  | Mary |  19  |  Female |
 
34
  
 
35
 
 
36
``` A verbatim line
 
37
 
 
38
And it's working for ``special code`` like this.
 
39
 
 
40
```
 
41
Unfortunately I can't color this verbatim content yet.
 
42
```
 
43
 
 
44
 
 
45
== My Subtitle 2 ==
 
46
 
 
47
 
 
48
Lorem ipsum etc
 
49
Lorem ipsum etc Lorem ipsum etc
 
50
 
 
51
- Test d'écriture avec des accents à la française. Ça marche ou pas ?
 
52
 
 
53
== My Subtitle 3 ==
 
54
 
 
55
 
 
56
Lorem ipsum etc
 
57
Lorem ipsum etc
 
58
 
 
59
Here is a direct link: http://kde.org
 
60
 
 
61
 
 
62
- Another boring part...
 
63
 
 
64
 
 
65
 
 
66
=== My Subsubtitle 1 ===
 
67
 
 
68
//It's a level 3 header// 
 
69
 
 
70
- list 1
 
71
- list 2
 
72
 - list 2b
 
73
- list 3
 
74
 
 
75
 
 
76
=== My Subsubtitle 2 ===
 
77
 
 
78
//It's another level 3 header// 
 
79
 
 
80
+ ordered list 1
 
81
+ list 2
 
82
 + list 2B
 
83
 + list 2C
 
84
+ list 3
 
85
 
 
86
 
 
87
== My Subtitle 4 ==
 
88
 
 
89
nothing to say here...
 
90