Skip to content

Commit c4ab406

Browse files
authored
Update github-html-test.md
1 parent 4d97b97 commit c4ab406

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

html/references/github-html-test.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Testing html formatting in github
44

55
#### Bullets
66

7+
<!--
78
<style>* {
89
border: 2px solid red !important;
910
color: purple !important;
1011
fonts-size: 20px !important;
1112
}</style>
13+
-->
1214

13-
15+
<p style="font-size:100px !imporant;">hi world</p>
1416

1517
<ul><li>a</li><li>b</li></ul>

0 commit comments

Comments
 (0)