(function($){const CTCCore={init:function(){this._bind();},_bind:function(){$(document).on('click','.ctc-block-copy',this.doCopy);},doCopy:function(event){event.preventDefault();let btn=$(this),btnText=btn.find('.ctc-button-text'),oldText=btnText.text(),copiedText=btn.attr('data-copied')||'Copied',copyAsRaw=btn.attr('copy-as-raw')||'',block=btn.parents('.ctc-block'),content=block.find('.ctc-copy-content').val();if(!copyAsRaw){content=content.replace(/
/gi,"\n");content=content.replace(/
/gi,"\n\n");content=content.replace(/