Closed jonathansick closed 10 years ago
Well it looks like we fixed one problem and introduced another.
Here's the PR that added the markdown blocks: https://github.com/robwierzbowski/jekyll-picture-tag/pull/25. IIRC the user there was using Kramdown. Maybe a markdown parsing inconsistency?
This project is in need of some love but is at the bottom of my todo list right now. PRs welcome.
Thanks @robwierzbowski, I reverted to 12e031109c and it works perfectly with redcarpet 2.3.0. Unfortunately It does seem like a kramdown vs redcarpet issue. I'd try to help, but I'm not handy with Ruby. Thanks for making jekyll-picture-tag available!
Got this issue and reverting to the revision stated by @jonathansick works. Thanks!
I'm new to jekyll-picture-tag, but I have it successfully generating images and inserting markup. The problem is that I'm left with an extra
<p>{::nomarkdown} ... {:/}</p>
wrapping my image spans. I've attached an example below.What could be causing the error? Or rather, what part of the toolchain is responsible for removing those extra tags.
I am using redcarpet 2.3.0 and jekyll 1.4.3.