Skip to content

Commit 8da51f3

Browse files
committed
Remove emojis in admonition boxes in Hello World (#5)
1 parent e4fcf58 commit 8da51f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/part1/hello_world.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Grab the following files (right-click each link, "Save Link As..."), and place t
1212

1313
Then, still from a terminal within that directory, run the following three commands.
1414

15-
:::tip CONVENTION
15+
:::tip Convention
1616

1717
To make it clear where each command begins, they are preceded by a `$` symbol. However, do not type it when entering them in your shell!
1818

@@ -26,11 +26,11 @@ $ rgbfix -v -p 0xFF hello-world.gb
2626

2727
<style>
2828
.box.danger ol {
29-
list-style-type: symbols(fixed "👎" "👍" "👍");
29+
list-style-type: symbols(fixed "" "" "");
3030
}
3131
</style>
3232

33-
:::danger:‼️
33+
:::danger Warning
3434

3535
Be careful with arguments! Some options, such as `-o` here, use the argument after them as a parameter:
3636

0 commit comments

Comments
 (0)