implement Helper methods

This commit is contained in:
ghost 2024-02-02 21:24:10 +02:00
parent 5007565ccc
commit d12b52597f
3 changed files with 177 additions and 1 deletions

View file

@ -60,7 +60,7 @@ class Reader
'/\[\[doku>([^\]]+)\]\]/i' => '$1( https://www.dokuwiki.org/$1 )',
/// Index
/// Server-side implementation: https://github.com/YGGverse/dokuwiki-gemini-server
/// Useful with src/Dokuwiki/Helper.php
'/\{\{indexmenu>:([^\}]+)\}\}/i' => '',
'/\{\{indexmenu_n>[\d]+\}\}/i' => '',