My first Markdown file

Hello everyone, I took that image from there.

Lemongrass frosted gingerbread bites banana bread orange crumbled lentils sweet potato black bean burrito green pepper springtime strawberry ginger lemongrass agave green tea smoky maple tempeh glaze enchiladas couscous.
Cranberry spritzer Malaysian cinnamon pineapple salsa apples spring cherry bomb bananas blueberry pops scotch bonnet pepper spiced pumpkin chili lime eating together kale blood orange smash arugula salad. Bento box roasted peanuts pasta Sicilian pistachio pesto lavender lemonade elderberry Southern Italian citrusy mint lime taco salsa lentils walnut pesto tart quinoa flatbread sweet potato grenadillo.

Lists are great

  1. make lists
  2. make sub-lists
    1. which include emojis 🙌
    2. or anything really
  3. and that’s it

Some code

The most important function is do_something():

import sys

def do_something(b):
    return b + 0.01
a = 1.0
while a < 2.0:
    a = do_something(a)
sys.exit()

A great table

Markdown editor URL price
PyCharm https://www.jetbrains.com/pycharm/ €0.00
SublimeText https://www.sublimetext.com €99.00
vim https://www.vim.org €0.00

Some specific things to be done

And to finish, a quote

As Linus Torvald said:

Talk is cheap, show me the code