<div id="toc">
<ul align="center" style="list-style: none">
<summary>
<h1>
Hi, I'm Aidan
<img src="https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif" width="35">
</h1>
</summary>
</ul>
</div>
Last active
May 10, 2026 11:43
-
-
Save CodeByAidan/bb43bdb1c07c0933d8b67c23515fb912 to your computer and use it in GitHub Desktop.
No vertical bar for h1 and h2 with GitHub Markdown, fixed!
curious, why not hide the border directly, like
<h1 align="center" style="border-bottom: none;">
Hi
</h1>
curious, why not hide the border directly, like
<h1 align="center" style="border-bottom: none;"> Hi </h1>
It doesn't work. It will look like this:
Hi
Try the solution that @CodeByAidan did, or this:<div align="center">
<summary>
<h1>
Hi!
</h1>
</summary>
</div>
This will result in this:
Hi!
BUT there will be a little bullet over there 😅
A clean and creative username really changes how people remember you in games and online communities. I noticed many players now prefer names with symbols, compact fonts, or stylish PUBG-inspired designs instead of random numbers. I recently tested some ideas from https://stylishnamees.com/stylish-names-for-pubg-2026/ and found a few formats that work nicely across PUBG, Free Fire, and Discord profiles without looking overdone. Simple styling with readable symbols usually stands out more during matches and clan searches.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome!