The Content field is where you write the body of your page. Content is written in Markdown with support for GeoHazardWatch plugins.
Markdown lets you format text using simple punctuation:
# Heading 1, ## Heading 2, ### Heading 3**bold**, *italic*- item or 1. item for lists[Link Text|/view/Page Name] for page links``` for code blocksSee the Markdown Cheat Sheet for a full reference.
Link to other pages using bracket syntax: [Page Name] or [Display Text|Page Name].
As you type inside [, an autocomplete dropdown will suggest matching page names.
GeoHazardWatch supports plugins using the syntax [{PluginName param='value'}]. Plugins can insert dynamic content such as page lists, session info, recent changes, and more.
The edit form shows a live preview on the right side as you type. The preview is rendered server-side so it matches what users will see.
See also: Markdown Cheat Sheet | Editing a Page