From eda70673ea695013480ffec285257e28a86c0203 Mon Sep 17 00:00:00 2001 From: Carol (Nichols || Goulding) Date: Fri, 25 Mar 2016 19:53:24 -0400 Subject: Fix backticks to prevent missing rendered text The backticks being where they were, or not, caused text like `` to not be shown when viewing the rendered text in a browser. Closes Homebrew/homebrew#50428. Signed-off-by: Baptiste Fontaine --- share/doc/homebrew/Querying-Brew.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/doc/homebrew/Querying-Brew.md b/share/doc/homebrew/Querying-Brew.md index a0814ad99..4b245667c 100644 --- a/share/doc/homebrew/Querying-Brew.md +++ b/share/doc/homebrew/Querying-Brew.md @@ -15,8 +15,8 @@ To enable users to do rich queries without the problems above, Homebrew provides From the manpage: - * `info --json=` (--all|--installed|): - Print a JSON representation of . Currently the only accepted value + * `info --json= (--all|--installed|)`: + Print a JSON representation of ``. Currently the only accepted value for is `v1`. Pass `--all` to get information on all formulae, or `--installed` to get -- cgit v1.2.3