Page Content
The Content field is where you write the body of your page. Content is written in Markdown with support for GeoHazardWatch plugins.
Markdown
Markdown lets you format text using simple punctuation:
# Heading 1,## Heading 2,### Heading 3**bold**,*italic*- itemor1. itemfor lists[Link Text|/view/Page Name]for page links```for code blocks
See the Markdown Cheat Sheet for a full reference.
Page Links
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.
Plugins
GeoHazardWatch supports plugins using the syntax [{PluginName param='value'}]. Plugins can insert dynamic content such as page lists, session info, recent changes, and more.
Live Preview
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.
More Information
See also: Markdown Cheat Sheet | Editing a Page
No comments yet.