Skip to content

Commit

Permalink
release 2021-09-21 (new EPUB and PDF)
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Sep 21, 2021
1 parent a2647a1 commit 37b080c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ generation.

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

## Lists

- numbered bullet lists (`1.`) should be used only at the first level. For the next nested levels, use normal non-numbered lists.


## Code formatting

Expand All @@ -19,6 +23,8 @@ generation.

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

- snippets must start at the beginning of a line. Don't indent the `~~~lisp` code fence.

- code snippets must be preceded and followed by a newline:

```
Expand Down
1 change: 1 addition & 0 deletions make-cookbook.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"getting-started.md"
"editor-support.md"
"emacs-ide.md"
"vscode-alive.md"
"functions.md"
"data-structures.md"
"strings.md"
Expand Down
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ creator:
text: The Common Lisp Cookbook contributors
identifier:
publisher:
rights: © 2021 August, 23rd, vindarel <[email protected]>.
rights: © 2021 September, 21st, vindarel <[email protected]>.
This e-book is free of charge, but you can [pay what you want](https://ko-fi.com/s/01fee22a32) for it.
cover-image: orly-cover.png
...

0 comments on commit 37b080c

Please sign in to comment.