Phil has uploaded this change for review.

View Change

Documentation: Fix invisisible text

Encapsulate angled brackets in backticks '<filepath>' to make text
visible in html rendering.

Change-Id: I1ab926956c909aa3cd2fd92068ccb7b800dd1d4a
Signed-off-by: Philipp Bartsch <phil@grmr.de>
---
M Documentation/lessons/lesson2.md
1 file changed, 4 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/32146/1
diff --git a/Documentation/lessons/lesson2.md b/Documentation/lessons/lesson2.md
index c9c9484..d6f800c 100644
--- a/Documentation/lessons/lesson2.md
+++ b/Documentation/lessons/lesson2.md
@@ -130,8 +130,9 @@
one-line description of what you changed in the files using the template
below:

-<filepath>: Short description
+`<filepath>: 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 @@
description of what you changed in the files according to the template
below:

-<filepath>: Short description
+`<filepath>: 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.


To view, visit change 32146. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1ab926956c909aa3cd2fd92068ccb7b800dd1d4a
Gerrit-Change-Number: 32146
Gerrit-PatchSet: 1
Gerrit-Owner: Phil
Gerrit-MessageType: newchange