#+TITLE: L'Ajuntament * Aquesta és la pàgina de l'ajuntament Això és l'Ajuntament oficial a l'ombra! Ben aviat serem a tot el poble, i als vostres cors! ** Un subtítol Sabem fer moltes coses! Per exemple: /Text torçat/ Uau! Com mola! #+attr_html: alt: El Marc i el Nil :width 800 #+caption: El Marc i el Nil! [[/img/el_marc_i_el_nil.gif]] * Som uns hackers Una miqueta de codi #+begin_src python import random import time MEMBRES = ['Marc', 'Nil'] def un_membre(): return random.choice(MEMBRES) print(f"El jefe de l'Ajuntament és...") time.sleep(1) print(un_membre()) #+end_src