mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-09-10 05:02:39 +00:00
add notice
This commit is contained in:
parent
d5b1f09dbb
commit
d80dfce235
@ -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…
x
Reference in New Issue
Block a user