mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 08:55:28 +00:00
implement gemtext code format
This commit is contained in:
parent
3265add74a
commit
675cdf3ac4
2 changed files with 105 additions and 46 deletions
|
|
@ -221,10 +221,10 @@ $pango = \Yggverse\Gemini\Pango::fromGemtext(
|
|||
);
|
||||
```
|
||||
|
||||
#### Pango::fromBody
|
||||
#### Pango::fromGemtextBody
|
||||
|
||||
``` php
|
||||
$pango = \Yggverse\Gemini\Pango::fromBody(
|
||||
$pango = \Yggverse\Gemini\Pango::fromGemtextBody(
|
||||
new \Yggverse\Gemini\Gemtext\Body(
|
||||
$gemtext
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue