Home
last modified time | relevance | path

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

/plugin/calendar/
Dsyntax.php1969 $eventWithHtml['title_html'] = $this->renderDokuWikiToHtml($event['title']);
1972 … $eventWithHtml['description_html'] = $this->renderDokuWikiToHtml($event['description']);
2586 private function renderDokuWikiToHtml($text) { function in syntax_plugin_calendar
DCHANGELOG.md524 - **Added:** renderDokuWikiToHtml() helper function to convert DokuWiki syntax to HTML
529 - Added renderDokuWikiToHtml() private function using p_get_instructions() and p_render()