angle brackets get mis-parsed. bug?

This commit is contained in:
David Szotten 2015-09-19 11:43:57 +01:00
parent 4e42fcd92a
commit 30c91cd7f7

View File

@ -45,7 +45,7 @@ systems may want to jump around.
* [Initial setup](#initial-setup)
* [Argument parsing](#argument-parsing)
* [Writing the logic](#writing-the-logic)
* [Error handling with `Box<Error>`](#error-handling-with-box<error>)
* [Error handling with `Box<Error>`](#error-handling-with-box%3Cerror%3E)
* [Reading from stdin](#reading-from-stdin)
* [Error handling with a custom type](#error-handling-with-a-custom-type)
* [Adding functionality](#adding-functionality)