Skip to content

Markup Reference

Content

The article content is written in MDX, which is an extension of Markdown. It’s similar to the formatting you may be familiar with from Discord or Github.

## This is heading level 2
### Heading level 3
**Here's some bold text**
_italic_
~~strikethrough~~
this is some `inline code`
- a bulleted list
- with sub-bullets

For a complete list of available markup features, check out the Starlight documentation:

https://starlight.astro.build/guides/authoring-content/

YouTube

Use the YouTube component to embed a YouTube video:

import { YouTube } from '@astro-community/astro-embed-youtube';
<YouTube id="https://www.youtube.com/watch?v=Wb3UrJjAac4" />

Lighterpack Lists

Use the Lighterpack component to embed a Lighterpack gear list. In this example, we’re embedding the list https://lighterpack.com/r/sl6c8y. The last part of this url, called the “slug”, gets passed to the Lighterpack component:

import Lighterpack from '@components/content/Lighterpack.astro';
<Lighterpack slug="sl6c8y" />;

© 2024 The Great Outdoors. CC BY-NC-SA 4.0