Text cells
You can use text cells for various notes and comments in your notebooks.
Text cells
Text cells
Use markdown markup to format text. Supported markdown syntax:
-
# H1,## H2,### H3— headers; -
**text**or__text__— bold text; -
*text*or_text_— italic text; -
***text***or___text___— bold and italic text; -
`code`— inline code; -
```multiline code```— multiline code blocks; -
- itemor1. item— lists; -
> quote— blockquotes; -
[text](url)— links; -
---— horizontal rule.
Text cell editing mode
Text cell editing mode
Text cells contain the same control elements as SQL cells, except for those related to query execution (the button to run a query, query execution status and time indicators).