#
Tag: component
See all tags.
Retype flavored Markdown supports custom components, including:
Alert components help to highlight important messages for the reader.
Similar to a Button, the Badge component uses the same syntax as a hyperlink, but is prefixed with a
Similar to a Badge, the Button component uses the same syntax as a hyperlink, but is prefixed with a
Blocks of code or any preformatted text can be displayed by wrapping with triple backticks characters before and after.
A code snippet allow you to include the content of another text file or a portion of that file into a code block on another page.
The column component is used to create multiple equal width columns with a title for each column.
A Container component can be used to wrap any content in a <div>
container.
The embed
component helps with content embedding.
Retype uses Mojee.io to find emoji :shortcodes:
within your document and replace with actual emoji characters. 👍
A static file download component can be configured by using the !file
specifier in a link.
Similar to the Emoji :shortcode:
syntax, you can add icons using :icon-shortcode:
, where the shortcode
The image component embeds an image in your document. You can point to image files stored within the project, or an external URL.
Retype includes broad support for creating lists of items, including unordered, ordered, and description
Retype supports rendering math formulas written according to the LaTeX grammar. Internally, Retype is powered by
Mermaid is a diagramming and charting tool that can be defined inside Markdown code blocks.
A Panel is created by surrounding a block of content with ===
and including a title
for the Panel.
A special type of reference link can be configured by using the !ref
specifier in a link.
Component
Tables are configured using a combination of |
pipe characters to separate columns and at least three