Skip to content

Commit bfbbb62

Browse files
committed
Deleting whitespace before @coke sees it and adding some letters
1 parent 4277945 commit bfbbb62

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

writing-docs/CREATING-NEW-DOCS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
2. the first non-comment or non-empty line must be:
55

66
=begin pod # optionally followed by :key<value> %config pairs
7-
7+
88
3. the second non-comment or non-empty line must be:
99

1010
=TITLE ...text...
11-
11+
1212
4. an optional (but usually desired) subtitle must be the third non-comment or non-empty line:
1313

1414
=SUBTITLE ...text...
15-
15+
1616
5. the last non-comment or non-empty line must be:
1717

1818
=end pod
19-
19+
2020
### Valid example:
21-
21+
2222
```
2323
# this is a valid, non-pod comment
2424
=begin pod :my-link<foo> # another comment
@@ -31,12 +31,12 @@
3131
```
3232

3333
### Invalid example:
34-
34+
3535
```
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
3737
=begin pod :my-link<foo> # another comment
3838
=TITLE Working with Perl 6 pod
39-
=SUBTITLE Alic in Wonderland
39+
=SUBTITLE Alice in Wonderland
4040
# ... more vald pod and text
4141
=end pod
4242
# vi or emacs info

0 commit comments

Comments
 (0)