norvig / paip-lisp

Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"
MIT License
7.18k stars 702 forks source link

Fixed the position of symbols of inline code block #152

Closed remi-guan closed 2 years ago

remi-guan commented 2 years ago

There are some issues about inline code blocks while I'm reading the markdown version of chapter 1, so I created this patch to fix them.

This fix only covers the issues appear before 1.3 Special Forms. Perhaps I will fix the other issues after I finish reading.

pronoiac commented 2 years ago

Looks good so far!

norvig commented 2 years ago

LGTM