Skip to content

Commit acd53c5

Browse files
committed
Add to Readme
1 parent 32eefbd commit acd53c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ Rendered looks like this:
5656

5757
It comes with prelude that sets `width: 300pt`, `margin: 0.5cm` and `height: auto`. To disable it, add `typ-noprelude` as codeblock language.
5858

59-
You can also disable certain blocks (but still highlight them) using `typ-norender`.
59+
You can also disable certain blocks (but still highlight them) using `typ-norender`.
60+
61+
## Caching
62+
63+
To prevent recompiling large amount of files, all images are cached. To clear images, add `**/typst-src` and `**/typst-img` to `.gitignore` and then run `git clean -d -X -i` (I strictly advise using interactive mode just to make sure you don't delete something necessary).

0 commit comments

Comments
 (0)