Closed
Description
I just imported my Wordpress site (self-hosted) and all HTML end tags had the "/"
replaced with "/"
, which of course makes them ever so slightly less useful as HTML end tags.
I commented the following line in wordpress.rb
and it worked, but since I don't know the background of why this line was added in the first place (there must be a reason), I didn't want to send a naive pull request:
text.gsub!("/", "/")
Using the latest Jeckyll, jeckyll-import, Wordpress, etc.