@ -31,4 +31,5 @@ New Notes
* [x] Minitest
* [x] Formatter
* [x] wrap warning containing \n
* [x] "\e[0;35mhello".length => 12 instead of 5!
* [x] SQL compatible
@ -9,4 +9,13 @@
<li>C<i class="fa-regular fa-user"></i></li>
<li>D<i class="fa-solid fa-user"></i></li>
</ul>
<!-- solid style -->
<i class="fa-solid fa-user"></i>
<!-- regular style -->
<i class="fa-regular fa-user"></i>
<!--brand icon-->
<i class="fa-brands fa-github-square"></i>
</nav>