README.md in hemingway-0.0.3 vs README.md in hemingway-1.0.0

- old
+ new

@@ -251,10 +251,13 @@ <span class='footnote-number'><sup>4</sup></span>Han's carpety first mate </div> </div> +I've added a timestamp onto footnote hrefs and ids to make the unique incase +you are parsing multiple entries on a given HTML document. + ###### Block Quotes Pretty standard. You can put anything in there except a footnote. That seemed excessive. @@ -300,9 +303,19 @@ ###### Accents ```html Charm\'{e}e de vous voir. Je suis tr\`{e} contente de vous voir. : Charm&eacute;e de vous voir. Je suis tr&egrave; contente de vous voir. +``` + +###### Overrides + +Some characters need a little help. + +```html +--- : "&mdash;" +`` : "&#8220;" +'' : "&#8221;" ``` ## Contributing 1. Fork it