Markdown and Components
Check out the components that you can use inside the markdown of instructions
Link
Simple link to a URL:
to
string
required
URL to link to
color
string
optional
Custom text color
Button
Choose between different variants or customize it with your own colors:
to
string
required
URL to link to
variant
enum
optional
Pick a style: white
, danger
, warning
, success
or outline
background
string
optional
Custom background color
color
string
optional
Custom text color





Switch tab: link
Place a link that takes the user to a specific tab inside the lab:
id
string
required
Resource id of the target tab
color
string
optional
Custom text color
Switch tab: button
Place a button that takes the user to a specific tab inside the lab:
id
string
required
Resource id of the target tab
variant
enum
optional
Pick a style: white
, danger
, warning
, success
or outline
background
string
optional
Custom background color
color
string
optional
Custom text color
Code block
Show a code snippet to the user:
language
string
optional
Which syntax highlight to use
line-numbers
boolean
optional
Show each line number
line-numbers-start
number
optional
What number to start counting from
no-copy
boolean
optional
Hide the copy button
run
boolean
optional
Offer to run the code in a terminal
title
string
optional
Used only by the code group component

Code group
Group code snippets together:

Completion
Show how the user is progressing on their tasks, with a call to action when they are all complete:
heading
string
optional
Greetings message
finish-button-label
string
optional
Call to action button text


Feedback
Ask the user to rate the track with an optional message:


PDF
Show the user an embedded PDF:
url
string
required
URL to the file
Quiz
Interactively ask questions to the user:
id
string
required
Resource id of the quiz

Slides
Embed a presentation from Google Slides:
id
string
required
Google Slides id
Task
Show the user a breakdown of task conditions:
id
string
required
Resource id of the task

Video
Embed a video from Vimeo or YouTube:
id
string
required
The id of the video
source
enum
optional
Either vimeo
or youtube
, defaults to youtube
Last updated