Structure

Pages in Seal are made up of blocks. A block can be many things, ranging from a field to a checkbox or bit of text. You can copy links to blocks — when someone clicks on the URL, the page scrolls to that section and momentarily highlights it. Screenshot 2025-08-28 at 22.57.29.png

Formatting Text

Users can use markdown auto-formatting to format text in the document editor. This may help save time by automatically applying formatting without needing manual styling. See table below for markdown varieties.
SymbolDescription
[]Checkbox
#, ##, ###Heading 1, heading 2, heading 3 * Note that headers can be in lists, and indented as well.
``Codeblock
* or _Italics
**Bold
__Underline
-Bulletpoints
1.Numbered list
~~Strikethrough
You can also adjust indentation, for better organisation.
  • Press the Tab key to indent
  • Hold Shift + Tab to unindent.
Screen Cast 2025-08-28 at 11.02.29 PM.gif

Numbered Lists

To create an automatically numbered list, simply prefix each list item with a number followed by a period. The numbers do not need to be in order — the system will automatically number the list sequentially. Clicking the ‘Tab’ button will indent the list, as follows: Screen Cast 2025-08-28 at 11.03.55 PM.gif