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
8bd95cf5c2
commit
8a49606cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ echo $reader->setRule(
|
||||||
|
|
||||||
Convert DokuWiki text to Gemini markup
|
Convert DokuWiki text to Gemini markup
|
||||||
|
|
||||||
As wiki has lot of inline links, to make converted document well-readable, this method does not replace links with new line `=>` macros, but uses inline context: `Name ( URL )`. This model useful with `Reader::getLinks` method that, that for example appends all related links to the document footer.
|
As wiki has lot of inline links, to make converted document well-readable, this method does not replace links with new line `=>` macros, but uses inline context: `Name ( URL )`. This model useful with `Reader::getLinks` method, that for example appends all those related links to the document footer.
|
||||||
|
|
||||||
If you don't like this implementation, feel free to change it by `Reader::setRule` method.
|
If you don't like this implementation, feel free to change it by `Reader::setRule` method.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue