Skip to content

Commit

Permalink
Fix empty first line
Browse files Browse the repository at this point in the history
  • Loading branch information
christianezeani committed Mar 31, 2023
1 parent 908a656 commit 29c2a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/plugin.info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
base codify
author Christian Ezeani
email christian.ezeani@gmail.com
date 2023-03-21
name codify plugin
date 2023-03-31
name Codify Plugin
desc Provides awesome code highlighting using PrismJS in dokuwiki pages.
url http://www.dokuwiki.org/plugin:codify
1 change: 1 addition & 0 deletions dist/syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function render($mode, Doku_Renderer $renderer, $data) {
break;

case DOKU_LEXER_UNMATCHED:
$match = ltrim($match);
$renderer->doc .= $renderer->_xmlEntities($match);
break;

Expand Down

0 comments on commit 29c2a1c

Please sign in to comment.