mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-04-01 01:15:28 +00:00
implement Helper methods
This commit is contained in:
parent
5007565ccc
commit
d12b52597f
3 changed files with 177 additions and 1 deletions
|
|
@ -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' => '',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue