Skip to content

Commit

Permalink
Fix codeblock not rendering on markdown (#10005)
Browse files Browse the repository at this point in the history
* Fix codeblock not rendering on markdown

* Update local-https.md
  • Loading branch information
btk authored and DSchau committed Nov 19, 2018
1 parent 073bbe8 commit de6f98a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/local-https.md
Expand Up @@ -44,7 +44,11 @@ If you need to use a custom https setup, you can pass the `--https`, `--key-file
- `--cert-file` [relative path to ssl certificate file]
- `--key-file` [relative path to ssl key file]

$ gatsby develop --https --key-file ../relative/path/to/key.key --cert-file ../relative/path/to/cert.crt
See the example command:

```bash
$ gatsby develop --https --key-file ../relative/path/to/key.key --cert-file ../relative/path/to/cert.crt
```

in most cases, the `--https` passed by itself is easier and more convenient to get local https.

Expand Down

0 comments on commit de6f98a

Please sign in to comment.