We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c68b1 commit 2260930Copy full SHA for 2260930
README.md
@@ -7,6 +7,10 @@ page.
7
By default hydra also assumes that you use `a4` page size, see the FAQ if you use different page
8
size or margins.
9
10
+## Note on API
11
+The current API is subject to change in the next version when new features for general handling of
12
+headings is added.
13
+
14
## Example
15
```typst
16
#import "@preview/hydra:0.0.1": hydra
typst.toml
@@ -1,7 +1,7 @@
1
[package]
2
entrypoint = "src/lib.typ"
3
name = "hydra"
4
-version = "0.0.1"
+version = "0.1.0"
5
compiler = "0.8.0"
6
authors = ["tinger <[email protected]>"]
repository = "https://github.com/tingerrr/hydra"
0 commit comments