12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- Tedi test
- #Basic tags
- ##Title
- ###test 1
- ####test 2
- #####test 3
- ###[() test 3]
- ###{() test 4}
- ###([test]test 5)
- ##Link
- [(https://example.org) Example page]
- [(/folder/) Folder]
- [() void link]
- [() [() [() link into link into link ]]]
- [(http://example.org) {() useless container}]
- [(https://example.org) ([ejemplo] example.png)]
- ##Images
- ([ejemplo] Example.png)
- ##Container
- {(container) Split text with containers}
- {(example_class) (example.org)}
- {(example_class) lorem ipsum [(https://example.org) example text]}
- ([image] image.png)
- ([image] https://upload.wikimedia.org/wikipedia/commons/7/70/Example.png)
- ##List
- __
- -- First item [(https://example.org/) Example]
- -- Second item {() Example}
- -- Third iten ([example] Example.png)
- ,,
- #Control tag
- ##Metatag
- <Using metatag
- ##Embed tag
- <> Embed text
- ##Comments
- <! Comment
- ##Quotes
- "Making use of quotes"
- #Special tags
- ##Tables
- | Left top | top | Right top |
- | Left | Center | Right |
- | Left bottom | Bottom | Right bottom |
- ##Insert tag
- +test.te
|