Text cell
Description
This cell renders markdown.
Usage
This cell accepts any text. The text will then be rendered using the Obsidian MarkdownRender.render
function.
Examples of Obsidian markdown include
**Bold**
_Italics_
===Highlight===
Image <img src="https://placehold.co/300x200">
Emoji 😃
## heading
Links to Notes
Create a link to a note by typing two front brackets [[
. A file suggestion menu will then appear. Type any value to filter the list of notes. You may also use the up
and down
arrow keys to navigate. Click an item or press Enter
or return
to select the highlighted item. The value you choose will be saved.
Links follow the same syntax as Obsidian wiki links.
Insert a new line
By default, pressing Enter
or return
will close the edit menu. To insert a line, hold down the shift
key while pressing Enter
or return
.