aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_53/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-09 13:14:09 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-09 13:14:09 +0300
commit45cbb1e2ea5c27e27906b70a08af32036964c6a2 (patch)
treeb0d88d078eb1cf187245cbec7d21d5bf9c53f527 /Lessons/Lesson_53/README.md
parent5841af5e4a2fec9e4c7439d6c66fe324e1ee607e (diff)
downloadUEFI-Lessons-45cbb1e2ea5c27e27906b70a08af32036964c6a2.tar.gz
UEFI-Lessons-45cbb1e2ea5c27e27906b70a08af32036964c6a2.tar.bz2
UEFI-Lessons-45cbb1e2ea5c27e27906b70a08af32036964c6a2.zip
Fix formatting in the lesson 53
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons/Lesson_53/README.md')
-rw-r--r--Lessons/Lesson_53/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lessons/Lesson_53/README.md b/Lessons/Lesson_53/README.md
index 4029de9..b3df7df 100644
--- a/Lessons/Lesson_53/README.md
+++ b/Lessons/Lesson_53/README.md
@@ -258,7 +258,7 @@ UefiMain (
return EFI_SUCCESS;
}
-
+```
First print would produce only `!` as there are no information in the system about how to display russian unicode symbol glyphs. But at the end after we've added our font package, print would produce expected result:
![AddFont2](AddFont2.png?raw=true "Add font 2")