mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-03 17:58:17 +00:00
docs: add notion to single file
This commit is contained in:
parent
57fb8650a4
commit
b508843fc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue