diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,7 +20,8 @@ dependencies as possible. ## Usage -Current version: [](https://crates.io/crates/germ) +Current version: +[](https://crates.io/crates/germ) ```toml # Cargo.toml @@ -39,12 +40,13 @@ features = ["ast"] # Enable the features you would like to use! ### Features | Feature | Description | -|-----------|------------------------------------------------------------------| +| --------- | ---------------------------------------------------------------- | | `ast` | Construct AST trees from raw Gemtext. | | `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 | ### Examples |