mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-04-01 09:25: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 )',
|
'/\[\[doku>([^\]]+)\]\]/i' => '$1( https://www.dokuwiki.org/$1 )',
|
||||||
|
|
||||||
/// Index
|
/// Index
|
||||||
'/\{\{indexmenu>:([^\}]+)\}\}/i' => '', // @TODO
|
/// Server-side implementation: https://github.com/YGGverse/dokuwiki-gemini-server
|
||||||
'/\{\{indexmenu_n>[\d]+\}\}/i' => '', // @TODO
|
'/\{\{indexmenu>:([^\}]+)\}\}/i' => '',
|
||||||
|
'/\{\{indexmenu_n>[\d]+\}\}/i' => '',
|
||||||
|
|
||||||
// Related
|
// Related
|
||||||
'/\[\[this>([^\|]+)\|([^\]]+)\]\]/i' => '$2',
|
'/\[\[this>([^\|]+)\|([^\]]+)\]\]/i' => '$2',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue