aprescott
aprescott
There needs to be an optional automatic publishing mechanism that detects new or changed posts. The desired outcome is that a new post can be copied over to `_posts` manually...
For now, the only non-HTML content allowed is Markdown in `_posts` and `_drafts`. This means that if you want an About page, it has to go in `about.html` and must...
Glean some other ones from http://blog.tweetsmarter.com/retweeting/retweet-glossary-syntax-and-punctuation/.
* ember-cli 2.13.0 * broccoli-asset-rev 2.5.0 It looks like setting `extensions: ["foo"]` will override and replace and the default extensions configuration. There doesn't seem to be a configurable way of...
I'm sure there are others, but: ``` ruby html2md = Html2Md.new("hi there foo") #=> # html2md.parse #=> "**hi**there foo\n\n" ``` Output should be `**hi** **there** foo`.
Your Gemfile contains dependencies, but these don't exist in your gemspec file. `add_runtime_dependency` and `add_development_dependency` should be used in the gemspec, then Gemfile can contain the line: ``` gemspec ```...
Version 2.2.4 appears to no longer display any seed information output, for success or failure, either at the beginning or the end of the run: ``` Finished in 7.38 seconds...