exe/postpost in postpost-0.2.2 vs exe/postpost in postpost-0.2.3
- old
+ new
@@ -6,10 +6,10 @@
counter = '000'
Clipboard.copy(
Clipboard
.paste
.gsub(%r{\n\n<hr[^>]*/>\n\n}, "\n\n")
- .gsub(/\n\n/) do
+ .gsub(/\n\n+/) do
counter = counter.next
"\n\n<hr id=\"story_#{counter}\" />\n\n"
end
)