document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php $this->widget(\'ext.markitup.EMarkitupWidget\', array(
  2.     \'model\'     => $model,
  3.     \'attribute\' => \'body\',
  4.     \'settings\'  => \'markdown\'
  5. ))?>
');