hellerve / programming-talks

Awesome & interesting talks about programming
7.24k stars 503 forks source link

Github Markdown doesn't render extra newlines as <br> #69

Closed catb0t closed 5 years ago

catb0t commented 5 years ago

I never bothered to check that my simplistic method of breaking up the groups of talks actually rendered correctly in Github. It looks right in my editor's GH Markdown renderer though.

The solution is quite ugly, along the lines of

* [-Os matters](https://www.youtube.com/watch?v=vGV5u1nxqd8) [00:44:12] by **Mark Zeren** (2018)

<br/>

* [10 Core Guidelines You Need to Start Using Now](https://www.youtube.com/watch?v=XkDEzfpdcSg) [01:02:32] by **Kate Gregory** (2017)

I'm still testing the semantics but I'll make a pull to fix it, because currently the extra newlines make every bullet have too much spacing.