implement gemtext code format

This commit is contained in:
yggverse 2024-04-12 14:20:19 +03:00
parent 3265add74a
commit 675cdf3ac4
2 changed files with 105 additions and 46 deletions

View file

@ -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
)