| What: | Text Entered: | Generated HTML Code: | Rendered as: |
|---|---|---|---|
| Header 1..6 | *H2: Sushi* |
<h2>Sushi</h2> |
Sushi |
| . | *H4: San Jose* |
<h4>San Jose</h4> |
San Jose |
| Anchor Ref | [1] | <a href="#1">[1]</a> |
[1] |
| Anchor Name | [1] | <a name="1">[1]</a> |
[1] |
| (What else?) |
[1]..[n] written at the beginning of the line is considered an Anchor Name (jump target).
[1]..[n] written not at the beginning of the line is considered an Anchor Ref (jump origin).