You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
498 B

  1. # test 01
  2. - 1 this
  3. - 2 is
  4. - 2.1 a
  5. - 2.1.1
  6. - 2.2 list
  7. - 3 sample
  8. ## second header
  9. [link](https://arnaucube.com)
  10. ### third header
  11. Asdf asdf asdf
  12. - Lorem ipsum bla bla `ipsum` bla bla
  13. ### Some code
  14. ```go
  15. func main() {
  16. fmt.Println("hello world")
  17. }
  18. ```
  19. - a table:
  20. | Tables | Are | Cool |
  21. | ------------- |:-------------:| -----:|
  22. | col 3 is | right-aligned | $1600 |
  23. | col 2 is | centered | $12 |
  24. | zebra stripes | are neat | $1 |