Skip to content

Commit 37b080c

Browse files
committed
release 2021-09-21 (new EPUB and PDF)
1 parent a2647a1 commit 37b080c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

STYLEGUIDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ generation.
1010

1111
- if you refer to functions, use markdown syntax too (backtics).
1212

13+
## Lists
14+
15+
- numbered bullet lists (`1.`) should be used only at the first level. For the next nested levels, use normal non-numbered lists.
16+
1317

1418
## Code formatting
1519

@@ -19,6 +23,8 @@ generation.
1923

2024
- use `~~~lisp` for code snippets.
2125

26+
- snippets must start at the beginning of a line. Don't indent the `~~~lisp` code fence.
27+
2228
- code snippets must be preceded and followed by a newline:
2329

2430
```

make-cookbook.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"getting-started.md"
1717
"editor-support.md"
1818
"emacs-ide.md"
19+
"vscode-alive.md"
1920
"functions.md"
2021
"data-structures.md"
2122
"strings.md"

metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ creator:
99
text: The Common Lisp Cookbook contributors
1010
identifier:
1111
publisher:
12-
rights: © 2021 August, 23rd, vindarel <[email protected]>.
12+
rights: © 2021 September, 21st, vindarel <[email protected]>.
1313
This e-book is free of charge, but you can [pay what you want](https://ko-fi.com/s/01fee22a32) for it.
1414
cover-image: orly-cover.png
1515
...

0 commit comments

Comments
 (0)