A markdown block is a standalone text block that supports markdown and can be used to make notes or organize your blocks.
Markdown
button from the list of block types available.
The Markdown
button is visible at the bottom of the main section or when hovering over the divider between two blocks.Escape
on your keyboard while the content editor is active.
You may need to press Escape
twice, once to exit the editor and another time to deselect
the block. When the block is deselected, the editor will automatically close.The files associated with the markdown blocks are located in the markdowns
directory
in the File Browser.
When you delete a markdown block that is not used in any other pipeline, the file may also be deleted automatically as well.
Normal text
bold text
italicized text
blockquote
You can use inline test_code
in your sentences.
Links: Mage homepage
Column1 | Column2 | Column3 |
---|---|---|
Text1 | TextA | TextI |
Text2 | TextB | TextII |
Text3 | TextC | TextIII |
Images are supported with the typical image markdown syntax:
or with the <img>
HTML tag syntax:
With the <img>
syntax, you can create customizable image sizes with width
and height
attributes.