Skip to content

Commit

Permalink
Update cowsay command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Jan 17, 2024
1 parent 3e10057 commit 6d7e4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/inputs/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ For example:

```markdown
<!-- RICH-CODEX {terminal_width: 60, terminal_theme: MONOKAI} -->
![`cowsay "Taste the rainbow" | lolcat -S 100`](../img/taste-the-rainbow.svg "Taste the rainbow")
![`cowsay -t "Taste the rainbow" | lolcat -S 100`](../img/taste-the-rainbow.svg "Taste the rainbow")
```

<!-- RICH-CODEX {terminal_width: 60, terminal_theme: MONOKAI} -->
![`cowsay "Taste the rainbow" | lolcat -S 100`](../img/taste-the-rainbow.svg "Taste the rainbow")
![`cowsay -t "Taste the rainbow" | lolcat -S 100`](../img/taste-the-rainbow.svg "Taste the rainbow")

<!-- prettier-ignore-end -->

Expand Down

0 comments on commit 6d7e4f5

Please sign in to comment.