Fix backticks to prevent missing rendered text
The backticks being where they were, or not, caused text like `<formula>` to not be shown when viewing the rendered text in a browser. Closes Homebrew/homebrew#50428. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
c757bd7c90
commit
eda70673ea
@ -15,8 +15,8 @@ To enable users to do rich queries without the problems above, Homebrew provides
|
||||
|
||||
From the manpage:
|
||||
|
||||
* `info --json=<version>` (--all|--installed|<formula>):
|
||||
Print a JSON representation of <formula>. Currently the only accepted value
|
||||
* `info --json=<version> (--all|--installed|<formula>)`:
|
||||
Print a JSON representation of `<formula>`. Currently the only accepted value
|
||||
for <version> is `v1`.
|
||||
|
||||
Pass `--all` to get information on all formulae, or `--installed` to get
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user