From d29c999fffb5d5dcdc981c2408246836f1b563e5 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 24 Mar 2024 14:36:30 +0000 Subject: docs(readme): update feature descriptions --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7dfc35c..8867533 100644 --- a/README.md +++ b/README.md @@ -39,16 +39,16 @@ features = ["ast"] # Enable the features you would like to use! ### Features -| Feature | Description | -| ---------- | ---------------------------------------------------------------- | -| `default` | `ast`, `convert`, `meta`, `request` | -| `ast` | Construct AST trees from raw Gemtext. | -| `blocking` | Blocking equivalent of `request` | -| `convert` | Convert from Gemtext to markup formats such as HTML or Markdown. | -| `request` | Make Gemini requests and get sane, structured results. | -| `meta` | Structure-ize a Gemini response's meta section | -| `macros` | Macros to aid with various Germ-related functionalities | -| `quick` | Quick functions to create valid Gemtext elements from input | +| Feature | Description | +| ---------- | --------------------------------------------------------------------- | +| `default` | `ast`, `convert`, `meta`, `request` | +| `ast` | Construct AST trees from raw Gemtext | +| `blocking` | Blocking equivalent of `request` | +| `convert` | Convert Gemtext to markup formats such as HTML or Markdown | +| `request` | Make Gemini requests, get sane, structured results | +| `meta` | Structure-ise a Gemini response's meta section | +| `macros` | Macros to aid with various Germ-related functionalities | +| `quick` | Tiny functions to create valid Gemtext elements from structured input | ### Examples -- cgit v1.2.3