TYPO3 Glossary

Markdown

TYPO3 Markdown

It’s a simple way to style your text in TYPO3 without needing to know HTML. Here’s a quick guide to get you started:

1. Headings: Use the symbol.

  • Heading 1
  • Heading 2
  • Heading 3

2. Bold and Italics:

  • Bold for bold text.
  • Italics for italic text.

3. Lists:

  • or - for bullet points.
  • 1. for numbered lists.

4. Links:

  • [Link Text](http://example.com) for links.

5. Images:

  • ![Alt Text](http://example.com/image.jpg) for images.

Markdown keeps your content neat and easy to read. Try it out and see how much it can simplify your TYPO3 editing!