Applying HTML equivalent head tags in Github
Hi All!
When we work on code hosting platform like Github, we may require to add our comments to notify with some highlights for specific text(s).
For an example, you are going to create an issue in Github where you need to highlight few text in some large font size. If it is in HTML, we can go for h tag from 1 to 6 typically but what is the native way in Github instead of HTML.
By using '#' hash symbol we can achieve it.
One hash (#) represents h1. Likewise ###### (six) hash represents h6.
Please look into the below image
Let's see about bold, italic and others in my upcoming post.
Comments
Post a Comment