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

2019-07-18 Thread Jeff King
On Thu, Jul 18, 2019 at 12:08:45PM -0700, Doug Ilijev via GitGitGadget wrote: > 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 th

[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