Home
last modified time | relevance | path

Searched refs:renderDokuWikiToHtml (Results 1 – 2 of 2) sorted by relevance

/plugin/calendar/
H A Dsyntax.php2520 $eventWithHtml['title_html'] = $this->renderDokuWikiToHtml($event['title']);
2523 … $eventWithHtml['description_html'] = $this->renderDokuWikiToHtml($event['description']);
3595 private function renderDokuWikiToHtml($text) { function in syntax_plugin_calendar
H A DCHANGELOG.md13848 - **Added:** renderDokuWikiToHtml() helper function to convert DokuWiki syntax to HTML
13853 - Added renderDokuWikiToHtml() private function using p_get_instructions() and p_render()