File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 99 text: The Common Lisp Cookbook contributors
1010identifier:
1111publisher:
12- rights: © 2021 August, 23rd , vindarel <vindarel@mailz.org>.
12+ rights: © 2021 September, 21st , vindarel <vindarel@mailz.org>.
1313 This e-book is free of charge, but you can [pay what you want](https://ko-fi.com/s/01fee22a32) for it.
1414cover-image: orly-cover.png
1515...
You can’t perform that action at this time.
0 commit comments