## md()


Interpret input text as Markdown-formatted text.


Usage

``` python
md(text)
```


Markdown can be used in certain places (e.g., source notes, table title/subtitle, etc.) and we can expect it to render to HTML. There is also the <a href="html.html#great_tables.html" class="gdls-link"><code>html()</code></a> helper function that allows you to use raw HTML text.


## Parameters


`text: str`  
The text that is understood to contain Markdown formatting.


## Examples

See <a href="GT.tab_header.html#great_tables.GT.tab_header" class="gdls-link"><code>GT.tab_header()</code></a>.
