code_tag_stashes.each.with_index do |str, i|
                    plugin_stashes.each.with_index do |(p_str, p_erb), j|
                        if str["@@tdiary_style_gfm_plugin#{j}@@"]
                            str["@@tdiary_style_gfm_plugin#{j}@@"] = CGI.escapeHTML(p_str)
                        end