Closed jean-michel-gonet closed 6 years ago
anchor/syntax.php
function render($mode, Doku_Renderer $renderer, $data) { if ($mode == 'latexport') { $renderer->anchor($data[0], $data[1]); } else { $renderer->doc .= '<a name="' .htmlspecialchars($data[0]) . '">' .htmlspecialchars($data[1]) . '</a>'; } }
Added in documentation
Why?
Condition of satisfaction
anchor/syntax.php