imba / imba.io

📄The official website of Imba
http://imba.io
MIT License
80 stars 37 forks source link

Hiding end of code with `# ---` adds padding to bottom of snippet #253

Open familyfriendlymikey opened 2 years ago

familyfriendlymikey commented 2 years ago

Only happens if there are two.

image
# ---
const myTodo = new Todo title: 'Learn Imba'
myTodo.complete()
console.log myTodo
# ---