docs: add notion to single file

This commit is contained in:
Myriad-Dreamin 2024-03-11 13:22:14 +08:00
parent 57fb8650a4
commit b508843fc0

View file

@ -27,7 +27,7 @@ See [Tinymist features](../../README.md#features) for a list of features.
3. Change the Export PDF setting. This is the path pattern to store artifacts, you can use `$root` or `$dir` or `$name` to do magic configuration
- e.g. `$root/$dir/$name` (default) for `$root/path/to/main.pdf`.
- e.g. `$root/target/$dir/$name` for `$root/target/path/to/main.pdf`.
- e.g. `$root/foo` for `$root/foo.pdf`.
- e.g. `$root/target/foo` for `$root/target/foo.pdf`. This will ensure that the output is always output to `target/foo.pdf`.
4. Note: the output path should be substituted as an absolute path.
## Technical