11 ms·
This is fantastic news. I use Jekyll for many things, but was getting sick of it not supporting fenced code blocks in Markdown. So I made the classic mistake a
by fortes 14y ago
This is fantastic news. I use Jekyll for many things, but was getting sick of it not supporting fenced code blocks in Markdown.
So I made the classic mistake and built a Node.js Jekyll clone -- there are a few other static site generators in Node, but none used the exact same file structure as Jekyll (unless I missed some, which is entirely possible).
It now handles most Jekyll sites I've tested, including Mojombo's:
https://github.com/fortes/enfield https://github.com/fortes/enfield
or
`npm install -g enfield`
Supports plugins as well. Patches welcome!
- fortes 14y agoWell, it looks like Jekyll finally supports fenced code blocks (added in RedCarpet 2) ... my wait is over: https://github.com/mojombo/jekyll/commit/098da3d3fa5b2946afcea8c8c7beb5d0a4fed7c0 https://github.com/mojombo/jekyll/commit/098da3d3fa5b2946afc...