Answers for "how to add bullet points in github readme"

5

text bold in .md file

**My Bold Text**
Posted by: Guest on September-02-2020
-1

bullet point list readme.md

This will create a bullet point list in your markdown
 Markup : * Bullet list
              * Nested bullet
                  * Sub-nested bullet etc
          * Bullet list item 2
Posted by: Guest on August-22-2020

Code answers related to "how to add bullet points in github readme"

Browse Popular Code Answers by Language