vals.fmt_markdown
vals.fmt_markdown(x)
Format Markdown text.
Any Markdown-formatted text can be transformed to HTML when using the fmt_markdown()
function.
Parameters
Name | Type | Description | Default |
---|---|---|---|
x |
X |
A list of values to be formatted. | required |
Returns
Type | Description |
---|---|
list [str ] |
A list of formatted values is returned. |