hemanth / functional-programming-jargon

Jargon from the functional programming world in simple terms!
http://git.io/fp-jargons
MIT License
18.58k stars 1.02k forks source link

Add line after code block to fix inline code #172

Closed iangregor closed 6 years ago

iangregor commented 6 years ago

https://functional.works-hub.com/blog/Functional-Programming-Jargon

The line below is shown instead of having the single backticks in the md rendered into inline code.

The function ```addTo()``` returns a function(internally called ```add()```), lets