InlineCode
The inline code allows you to emulate `inline-code` (inline-code
) in an Astro component.
This component is still under development. Please only use the snippets provided below to avoid breaking changes.
View the official docs here
The InlineCode
component allows you to use the Marked frontmatter formatter to format strings as inline code.
Examples
Basic Example
API
InlineCode
import { InlineCode } from 'astro-bootstrap'
Name | Type | Default | Description |
---|---|---|---|
code required | string | The code which will be parsed as markdown inline code |