James Collins

Results 1 comments of James Collins

A nasty fix is to disable Revealjs on the editor page by changing the file revealjs/syntax/header.php around line 30 from $this->Lexer->addSpecialPattern('[ \t]*={2,}[^\n]+={2,}[ \t]*(?=\n)', $mode, 'plugin_revealjs_header'); to if($_GET['do']!='edit'){ $this->Lexer->addSpecialPattern('[ \t]*={2,}[^\n]+={2,}[ \t]*(?=\n)',...