imba / imba.io

đź“„The official website of Imba

Home Page:http://imba.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

familyfriendlymikey opened this issue · comments

commented

Only happens if there are two.

image

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