Edit Markdown:
# I’m a title And I’m a paragraph. Edit me! > The overriding design goal for Markdown’s formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions. ## IIFE IIFE stands for Immediately-Invoked Function Expression. pronounce “iffy”. In JavaScript it looks like this: ``` (function(){ // stuff }()); ```
Rendered HTML: