14

I am trying to insert a horizontal line in a README.md file and I don't know how to.

Alexander Bolte
  • 531
  • 4
  • 10

1 Answers1

26

Insert a couple of dashes like this:

-----

And the result will be:


If the text on top of the dashes enlarges instead, then move the dashes down 1 line.

Alexander Bolte
  • 531
  • 4
  • 10