Open oeon opened 11 years ago
Hey, This is an issue with Maruku rather than this plugin - the html returned is fine but Maruku throws an exception parsing it (along with many other tags). If you use the redcarpet markdown engine instead it will work fine.
Try adding this to your _config.yml
and building your site again:
markdown: redcarpet
I've tried adding
require 'digest/md5'
andrequire 'net/http'
totweet_tag.rb
but I'm still not able to use the plugin. Here's a snippet of what I'm seeing - any ideas?