From 81cd0b0aab95e4fb584073abde82d15ade7ce2a5 Mon Sep 17 00:00:00 2001 From: Philipp Bartsch Date: Tue, 2 Apr 2019 21:08:30 +0200 Subject: Documentation: Fix invisible text Encapsulate angled brackets in backticks '' to make text visible in html rendering. Change-Id: I1ab926956c909aa3cd2fd92068ccb7b800dd1d4a Signed-off-by: Philipp Bartsch Reviewed-on: https://review.coreboot.org/c/coreboot/+/32146 Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- Documentation/lessons/lesson2.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/lessons/lesson2.md b/Documentation/lessons/lesson2.md index c9c9484478..d6f800c290 100644 --- a/Documentation/lessons/lesson2.md +++ b/Documentation/lessons/lesson2.md @@ -130,8 +130,9 @@ The first line of your commit message is your commit summary. This is a brief one-line description of what you changed in the files using the template below: -: Short description +`: Short description` *ex. cpu/amd/pi/00630F01: Fix checkpatch warnings and errors* + **Note:** It is good practice to use present tense in your descriptions and do not punctuate your summary. @@ -171,8 +172,9 @@ In the textbox labeled "Commit summary" provide a brief one-line description of what you changed in the files according to the template below: -: Short description +`: Short description` *ex. cpu/amd/pi/00630F01: Fix checkpatch warnings and errors* + **Note:** It is good practice to use present tense in your descriptions and do not punctuate your short description. -- cgit v1.2.3