mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
add notice
This commit is contained in:
parent
d5b1f09dbb
commit
d80dfce235
1 changed files with 3 additions and 2 deletions
|
|
@ -60,8 +60,9 @@ class Reader
|
|||
'/\[\[doku>([^\]]+)\]\]/i' => '$1( https://www.dokuwiki.org/$1 )',
|
||||
|
||||
/// Index
|
||||
'/\{\{indexmenu>:([^\}]+)\}\}/i' => '', // @TODO
|
||||
'/\{\{indexmenu_n>[\d]+\}\}/i' => '', // @TODO
|
||||
/// Server-side implementation: https://github.com/YGGverse/dokuwiki-gemini-server
|
||||
'/\{\{indexmenu>:([^\}]+)\}\}/i' => '',
|
||||
'/\{\{indexmenu_n>[\d]+\}\}/i' => '',
|
||||
|
||||
// Related
|
||||
'/\[\[this>([^\|]+)\|([^\]]+)\]\]/i' => '$2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue