How do I add content to Action Points?

Now, it’s best to leave the space go back to the space settings where you see the individual action points. In the content field you can now insert the content with Markdown.

What is Markdown?

Markdown is a simplified variant of HTML and thus allows filling the action points with content without much prior knowledge.

This is how Markdown works

Text

Simply enter the text into the content field, no special formatting is required here.

Hier steht ein Text.

Untitled

Headlines

After the hashtag, type the headline.

# Headline 1 (first level)
Some text goes here.

Untitled

Lists and bullet points

Asterisk or hyphen becomes a bullet point. With at least 2 spaces, you can create sub-levels.

* Bullet Point 1 
  * Bullet Point 1.1 
- Bullet Point 2
  - Bullet Point 2.1

Untitled

Blank lines/Empty space

To create a blank line, simply insert a backslash on a line. Do not add any additional spaces or other characters on the line.

Text goes here (above 3 empty lines)
\\
\\
\\
Text after blank lines.

Untitled

Link

In the square brackets, you can put the display text, followed by the link.

[Click here](<https://www.hyhyve.com>)

Untitled

Image

Similar to the link, but there must be an exclamation mark before the square brackets. If the image cannot be displayed, the alternative text appears.

![Alternative text](Image URL here)

Untitled

Video

Put the video link inside the quotes.

<iframe style="position:absolute;width:100%;height:100%;top:0;left:0;font-family:Nunito,sans-serif; body: { margin: 0; padding: 0 }" src="**Insert embed link here**" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<aside> 💡 YouTube: YouTube offers a unique embed link that has to be used to embed videos. The link is available on YouTube in the “Share” section under “Embed” and looks like this: https://www.youtube.com/embed/IZXOp3TGqoM

</aside>

Untitled

Special: YouTube Live Stream, YouTube Chat & Full-Screen video