Markup...

This commit is contained in:
Valentin Boettcher 2019-01-01 20:27:42 +01:00
parent a5c65544f2
commit b1decfef78

View file

@ -1,18 +1,18 @@
* Practical Common Lisp - Beatifier * Practical Common Lisp - Beatifier
This browser extension adds syntax highlighting and other goodies to the [online This browser extension adds syntax highlighting and other goodies to
version](http://www.gigamonkeys.com/book/) of Practical Common Lisp by Peter Seibel. the [[http://www.gigamonkeys.com/book/][online version]] of Practical Common Lisp by Peter Seibel.
** Features ** Features
- syntax highlightinh - syntax highlightinh
- table of contents - table of contents
- quick-nav: - quick-nav:
- `right-arrow-key` - next chapter - =right-arrow-key= - next chapter
- `left-arrow-key` - previous chapter - =left-arrow-key= - previous chapter
- `HOME/POS1` - index page - =HOME/POS1= - index page
** TODO ** TODO
- integrate full index into TOC - integrate full index into TOC
** Credits ** Credits
- syntax highlighting: [highlight-lisp](https://github.com/orthecreedence/highlight-lisp) - syntax highlighting: [[https://github.com/orthecreedence/highlight-lisp][highlight-lisp]]
- Table of Contents: [Tocbot](https://tscanlin.github.io/tocbot/) - Table of Contents: [[https://tscanlin.github.io/tocbot/][Tocbot]]