File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
2 . the first non-comment or non-empty line must be:
5
5
6
6
=begin pod # optionally followed by :key<value> %config pairs
7
-
7
+
8
8
3 . the second non-comment or non-empty line must be:
9
9
10
10
=TITLE ...text...
11
-
11
+
12
12
4 . an optional (but usually desired) subtitle must be the third non-comment or non-empty line:
13
13
14
14
=SUBTITLE ...text...
15
-
15
+
16
16
5 . the last non-comment or non-empty line must be:
17
17
18
18
=end pod
19
-
19
+
20
20
### Valid example:
21
-
21
+
22
22
```
23
23
# this is a valid, non-pod comment
24
24
=begin pod :my-link<foo> # another comment
31
31
```
32
32
33
33
### Invalid example:
34
-
34
+
35
35
```
36
- =comment a pod commen # this is not a valid comment in this position
36
+ =comment a pod comment # this is not a valid comment in this position
37
37
=begin pod :my-link<foo> # another comment
38
38
=TITLE Working with Perl 6 pod
39
- =SUBTITLE Alic in Wonderland
39
+ =SUBTITLE Alice in Wonderland
40
40
# ... more vald pod and text
41
41
=end pod
42
42
# vi or emacs info
You can’t perform that action at this time.
0 commit comments