{
"cells": [
{
"cell_type": "markdown",
"id": "b688f244-c275-48fa-a578-21f84a87e384",
"metadata": {},
"source": [
"# Markdown Support\n",
"Markdown can be used in titles only and is disabled by default. To enable it, set `elementMarkdown()` for the appropriate element in `theme()`.\n",
"\n",
"Currently supported features:\n",
"\n",
"- Emphasis (`*`, `**`, `***`, `_`, `__`, `___`)\n",
"- Coloring with inline style (`text`)\n",
"- Links with anchor tags (`Lets-Plot`)\n",
"- Multiple lines using double space and a newline delimiter (` \\n`)\n",
"\n",
"Not supported features:\n",
"\n",
"- Tag `
` for line splitting\n",
"- Links styling\n",
"- Links with Markdown syntax (`[Lets-Plot](https://lets-plot.org)`)"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "ae2490ab-9d60-4756-b206-637299f36e2a",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
DataFrame: rowsCount = 3, columnsCount = 12
\n", "untitled | manufacturer | model | displ | year | cyl | trans | drv | cty | hwy | fl | class |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | audi | a4 | 1.800000 | 1999 | 4 | auto(l5) | f | 18 | 29 | p | compact |
2 | audi | a4 | 1.800000 | 1999 | 4 | manual(m5) | f | 21 | 29 | p | compact |
3 | audi | a4 | 2.000000 | 2008 | 4 | manual(m6) | f | 20 | 31 | p | compact |