Re-add some lost slashes
This commit is contained in:
@@ -54,11 +54,11 @@ results. Leveraging MacOS' `open` command, this one-liner does the
|
|||||||
trick[^2]:
|
trick[^2]:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cat [filename.md]
|
cat [filename.md] \
|
||||||
| pandoc -t html
|
| pandoc -t html \
|
||||||
> /tmp/output.html
|
> /tmp/output.html \
|
||||||
&& open /tmp/output.html
|
&& open /tmp/output.html \
|
||||||
&& read -n 1
|
&& read -n 1 \
|
||||||
&& rm /tmp/output.html
|
&& rm /tmp/output.html
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user