Skip to content

Commit d8cd98c

Browse files
committed
Convert md to rst
1 parent a614735 commit d8cd98c

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
1-
# millipede
2-
Print a beautifull millipede to send to your friends !!!
1+
millipede
2+
=========
33

4-
```text
5-
$ ./millipede.py 20 "Chaud devant! Mon millepatte doit passer!"
4+
Print a beautifull millipede to send to your friends !!!
65

7-
Chaud devant! Mon millepatte doit passer!
6+
Basic usage::
87

9-
╚⊙ ⊙╝
8+
$ ./millipede.py 20 "Chaud devant! Mon millepatte doit passer!"
9+
10+
Chaud devant! Mon millepatte doit passer!
11+
12+
╚⊙ ⊙╝
13+
╚═(███)═╝
1014
╚═(███)═╝
11-
╚═(███)═╝
12-
╚═(███)═╝
1315
╚═(███)═╝
1416
╚═(███)═╝
1517
╚═(███)═╝
18+
╚═(███)═╝
19+
╚═(███)═╝
1620
╚═(███)═╝
1721
╚═(███)═╝
18-
╚═(███)═╝
19-
╚═(███)═╝
2022
╚═(███)═╝
2123
╚═(███)═╝
2224
╚═(███)═╝
25+
╚═(███)═╝
26+
╚═(███)═╝
2327
╚═(███)═╝
2428
╚═(███)═╝
25-
╚═(███)═╝
26-
╚═(███)═╝
2729
╚═(███)═╝
2830
╚═(███)═╝
2931
╚═(███)═╝
30-
```
31-
32-
There's also a very convenient `-r` option to reverse the millipede :
32+
╚═(███)═╝
3333

34-
$ ./millipede.py -r 20 'Aaah, il est passé !'
35-
36-
```text
37-
╔═(███)═╗
34+
There's also a very convenient `-r` option to reverse the millipede::
35+
36+
$ ./millipede.py -r 20 'Aaah, il est passé !'
37+
3838
╔═(███)═╗
3939
╔═(███)═╗
4040
╔═(███)═╗
41+
╔═(███)═╗
42+
╔═(███)═╗
4143
╔═(███)═╗
4244
╔═(███)═╗
4345
╔═(███)═╗
44-
╔═(███)═╗
45-
╔═(███)═╗
4646
╔═(███)═╗
4747
╔═(███)═╗
4848
╔═(███)═╗
4949
╔═(███)═╗
50+
╔═(███)═╗
51+
╔═(███)═╗
5052
╔═(███)═╗
5153
╔═(███)═╗
5254
╔═(███)═╗
53-
╔═(███)═╗
54-
╔═(███)═╗
5555
╔═(███)═╗
5656
╔═(███)═╗
57-
╔⊙ ⊙
58-
59-
Aaah, il est passé !
60-
```
57+
╔═(███)═
58+
╔⊙ ⊙╗
59+
60+
Aaah, il est passé !

0 commit comments

Comments
 (0)