test.te 1017 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Tedi test
  2. #Basic tags
  3. ##Title
  4. ###test 1
  5. ####test 2
  6. #####test 3
  7. ###[() test 3]
  8. ###{() test 4}
  9. ###([test]test 5)
  10. ##Link
  11. [(https://example.org) Example page]
  12. [(/folder/) Folder]
  13. [() void link]
  14. [() [() [() link into link into link ]]]
  15. [(http://example.org) {() useless container}]
  16. [(https://example.org) ([ejemplo] example.png)]
  17. ##Images
  18. ([ejemplo] Example.png)
  19. ##Container
  20. {(container) Split text with containers}
  21. {(example_class) (example.org)}
  22. {(example_class) lorem ipsum [(https://example.org) example text]}
  23. ([image] image.png)
  24. ([image] https://upload.wikimedia.org/wikipedia/commons/7/70/Example.png)
  25. ##List
  26. __
  27. -- First item [(https://example.org/) Example]
  28. -- Second item {() Example}
  29. -- Third iten ([example] Example.png)
  30. ,,
  31. #Control tag
  32. ##Metatag
  33. <Using metatag
  34. ##Embed tag
  35. <> Embed text
  36. ##Comments
  37. <! Comment
  38. ##Quotes
  39. "Making use of quotes"
  40. #Special tags
  41. ##Tables
  42. | Left top | top | Right top |
  43. | Left | Center | Right |
  44. | Left bottom | Bottom | Right bottom |
  45. ##Insert tag
  46. +test.te