Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

JSON

Markdown
```json
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
```



Markdown
<table><tr><td>hi</td></tr></table>
| Tables   |      Are      |  Cool |
|----------|:-------------:|------:|
| col 1 is |  left-aligned | $1600 |
| col 2 is |    centered   |   $12 |
| col 3 is | right-aligned |    $1 |