arundelo comments on The Best Textbooks on Every Subject - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (319)
Thanks for the summary. I may get this book.
You can defeat automatic list formatting if your source code looks like this:
except with spaces instead of "
#" (to prevent the list items from being wrapped into one paragraph). Edit: If the list items have blank lines between them, the trailing spaces are not necessary.(The creator of the Markdown format says "At some point in the future, Markdown may support starting ordered lists at an arbitrary number.")
Thanks, fixed.