COURSE TITLE

👋 Welcome!

I’m INSTRUCTORS_NAME, I like …, … and …..

🏠 https://rse.shef.ac.uk

CODE

Markdown content

  • use markdown as usual and include emojis with just : eg 😁 -> 😁
  • use TEXT to reveal content sequentially
  • TEXT

Bash code

ls ..


#> _index.md
#> slides

Even python code

print('hello world')

#> hello world