Advertisement
Guest User

Untitled

a guest
Mar 12th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.43 KB | None | 0 0
  1.  
  2. <style>
  3. h1 { color: red !important; }
  4. </style>
  5.  
  6. # Titre
  7.  
  8. ## sous-titre
  9.  
  10. ### sous-sous-titre
  11.  
  12. Totot
  13. tata
  14. titi
  15.  
  16. ----
  17.  
  18. ## Slide 2
  19.  
  20. * blablabla
  21. * rsfsdfs
  22.  
  23.  
  24. ```yaml
  25. ---
  26. toto: titi
  27. tata:
  28.   truc: machin
  29. ```
  30.  
  31. ```javascript
  32. var a = Math.sqrt(Math.random() * 1000);
  33. ```
  34.  
  35. ----
  36.  
  37. [Lien vers wikipedia](https://wikipedia.org)
  38.  
  39. ![125%](http://www.webzeen.fr/wp-content/uploads/2014/11/chaton_samsung.jpg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement