aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-17 07:45:43 +0000
committerFuwn <[email protected]>2022-06-17 07:45:43 +0000
commitba0e807794e20184f6c0ebcae210a8904048665f (patch)
treea6efab4f72367929d50eefc6e2df0e80134f9f1e /README.md
parentfix(check): use nightly toolchain (diff)
downloadgerm-0.3.1.tar.xz
germ-0.3.1.zip
feat(germ): quick gemtext functionsv0.3.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6cacc55..db464b2 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,8 @@ dependencies as possible.
## Usage
-Current version: [![crates.io](https://img.shields.io/crates/v/germ.svg)](https://crates.io/crates/germ)
+Current version:
+[![crates.io](https://img.shields.io/crates/v/germ.svg)](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