remark-frontmatter-starter
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v206View latest version
Callouts are special blocks that help highlight important information in your documentation. Here are some examples of how to use them:
::: info Title This is an info callout :::
::: warning This is a warning callout without title :::
::: tip Pro Tip Here's a helpful tip! :::
This is a note callout without a title. You can omit the title prop if you don't need it.To use a callout in your markdown, import the Callout component and use it like this:
<Callout type="info" title="Optional Title">
Your content goes here. You can include **markdown** and other content.
</Callout>
Available types:
- info (default)
- warning
- error
- tip
- note