City: Montreal
Country: Canada
Public Transport:
  Metro: true
  Bus: true
  Monorail: false
Website: https://montreal.ca

Description

A summary box beside the text, filled in from a list of facts.

Features

Demo

See on the right!

Parameters

Parameter Default Value Possible Values
name <required> -
image <none> Path or URL to image, e.g. https://www.example.org/image.png
imageCaption <none> -

Body

The body consists of a YAML code block.

Default Code

::block-infobox{name="Lorem ipsum"}
```yaml
City: Montreal
Country: Canada
Public Transport:
  Metro: true
  Bus: true
  Monorail: false
Website: https://montreal.ca
```
::