# Create a `wa-markdown` component

Generated wrapper for the Web Awesome `wa-markdown` component. Generated
from Web Awesome metadata.

## Usage

``` r
wa_markdown(
  ...,
  id = NULL,
  class = NULL,
  style = NULL,
  dir = NULL,
  lang = NULL,
  tab_size = NULL
)
```

## Arguments

- ...:

  Child content for the component's default slot.

- id:

  Optional DOM id attribute for HTML, CSS, and JS targeting.

- class:

  Optional CSS class string.

- style:

  Optional inline CSS style string.

- dir:

  String. Optional Web Awesome attribute.

- lang:

  String. Optional Web Awesome attribute.

- tab_size:

  Number. Default: `4`. The tab stop width used when converting leading
  tabs to spaces during whitespace normalization.

## Value

An HTML tag for the component.

## Shiny Bindings

None.
