Results 2 issues of Scott Norris

My current usage: ``` $markdown = file_get_contents($filepath); new Parsedown(); ?> echo Parsedown::instance() ->setBreaksEnabled(true) # enables automatic line breaks ->text($markdown); ``` My file: ``` Blah blah blah Blah. ![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo...

Not sure if it's default behaviour, but the little cookie icon in the "accept" button isn't appearing. I like that little touch! How can I get that working? Other than...