mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
update readme
This commit is contained in:
parent
26780961cc
commit
2aefb67d73
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -36,6 +36,18 @@ echo $reader->setRule(
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Reader::getMacroses
|
||||||
|
#### Reader::setMacroses
|
||||||
|
#### Reader::getMacros
|
||||||
|
#### Reader::setMacros
|
||||||
|
|
||||||
|
```
|
||||||
|
echo $reader->setMacros(
|
||||||
|
'~my-macros-key~',
|
||||||
|
'~my-macros-value~',
|
||||||
|
);
|
||||||
|
```
|
||||||
|
|
||||||
#### Reader::toGemini
|
#### Reader::toGemini
|
||||||
|
|
||||||
Convert DokuWiki text to Gemini markup
|
Convert DokuWiki text to Gemini markup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue