Tables can be created using html or markdown.
For markdown, use vertical pipe and hyphen to define columns and rows.
Left-aligned | Center-aligned | Right-aligned |
---|
Links to have square brackets with the Link text and round brackets with the actual links like Gandhifamily.in
To add images, Exclamation then square brackets for Alt text and then round brackets for actual image path like
To create an ordered list use numbering
- Item 1
- Sub item of item 1
- Some details of sub item of item 1
- Sub item of item 1
- Item 2
To create a unnumbered list, use * + - any to create list. Heirarchy can be maintained by changing symbols at each level.