[PATCH 0/1] Fix rendering of text in angle brackets in README.md

2019-07-18 Thread Doug Ilijev via GitGitGadget
Markdown incorrectly interpreted as an HTML tag; use backticks to escape Documentation/git-.txt to ensure that it renders the text as intended. An alternative would be to HTML-escape the angle-brackets, at the cost of readability of the markdown in plaintext form. I opted for the backticks to pre

[PATCH 1/1] README: fix rendering of text in angle brackets

2019-07-18 Thread Doug Ilijev via GitGitGadget
From: Doug Ilijev Markdown incorrectly interpreted `` as an HTML tag; use backticks to escape `Documentation/git-.txt` to ensure that it renders the text as intended. Signed-off-by: Doug Ilijev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README