<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
          September 6, 2025 02:35 
        
      - 
      
- 
        Save CodeByAidan/bb43bdb1c07c0933d8b67c23515fb912 to your computer and use it in GitHub Desktop. 
    No vertical bar for h1 and h2 with GitHub Markdown, fixed!
  
        Good find very helpful !
Awesome!
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 😅
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
H1
H2