mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
valet, xh, jekyll, pulumi-login: enclose URLs in < > (#19567)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
> A simple, blog-aware, static site generator.
|
||||
> More information: <https://jekyllrb.com/docs/usage/>.
|
||||
|
||||
- Generate a development server that will run at http://localhost:4000/:
|
||||
- Generate a development server that will run at <http://localhost:4000/>:
|
||||
|
||||
`jekyll serve`
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> Log in to the Pulumi cloud.
|
||||
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_login/>.
|
||||
|
||||
- Log in to the managed Pulumi Cloud backend, defaults to `https://api.pulumi.com`:
|
||||
- Log in to the managed Pulumi Cloud backend, defaults to <https://api.pulumi.com>:
|
||||
|
||||
`pulumi login`
|
||||
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
|
||||
`xh post {{https://postman-echo.com/post}} {{name=john}} {{age=25}}`
|
||||
|
||||
- Send a GET request with query parameters (e.g. `https://postman-echo.com/response-headers?foo1=bar1&foo2=bar2`):
|
||||
- Send a GET request with query parameters (e.g. <https://postman-echo.com/response-headers?foo1=bar1&foo2=bar2>):
|
||||
|
||||
`xh get {{https://postman-echo.com/response-headers}} {{foo1==bar1}} {{foo2==bar2}}`
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# valet
|
||||
|
||||
> A Laravel development environment that allows hosting sites via local tunnels on `http://example.test`.
|
||||
> A Laravel development environment that allows hosting sites via local tunnels on <http://example.test>.
|
||||
> More information: <https://laravel.com/docs/valet>.
|
||||
|
||||
- Start the valet daemon:
|
||||
|
||||
Reference in New Issue
Block a user