md
md(text)
Interpret input text as Markdown-formatted 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 html()
helper function that allows you to use raw HTML text.
Parameters
Name | Type | Description | Default |
---|---|---|---|
text |
str |
The text that is understood to contain Markdown formatting. | required |
Examples
See GT.tab_header()
.