1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

style-guide: clarify that any client may have --render (#5915)

This commit is contained in:
Axel Navarro 2021-06-23 10:36:44 -03:00 committed by GitHub
parent 80af906c5f
commit 78570a4432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,10 +34,10 @@ tldrl -f {{page.md}}
For other ways to use `tldrl`, such as linting an entire directory, check out (what else!) For other ways to use `tldrl`, such as linting an entire directory, check out (what else!)
[`tldr tldrl`](https://github.com/tldr-pages/tldr/blob/main/pages/common/tldrl.md) [`tldr tldrl`](https://github.com/tldr-pages/tldr/blob/main/pages/common/tldrl.md)
If you're using the Node.js client of tldr-pages, you can preview a page locally using the `-f` flag (aka `--render`): Your client may be able to preview a page locally using the `--render` flag:
``` ```
tldr -f {{page.md}} tldr --render {{page.md}}
``` ```
## Token syntax ## Token syntax