You edit website text with a visual (WYSIWYG) editor. You no longer write markdown codes to change the site.
When you turn on site edit (or edit a walk description, group event description, or help block), you get TipTap: type normally, use the toolbar for headings, lists, links, tables and colour, and save. What you see while editing is what visitors get on the public page.
There is no Edit/view toggle for each field. Site edit means the visual editor; leaving site edit means the normal public page.
On busy pages (for example contact-us), the formatting toolbar only appears when you click into a field, so the page stays calm until you are actually changing something.
Not every group site has the new editor yet. EKWG is still on the previous markdown editor, so you can open ekwg.co.uk/contact-us, turn on site edit, and see the old workflow for real. The first two screenshots below are from that live site. The last two show the new TipTap experience on the NGX Ramblers staging site (ngx-ramblers.org.uk).

Still live on EKWG today: turn on site edit for contact-us and every text column gets its own Edit button. On a committee page that means a lot of green chrome before you have changed a single word.

Still live on EKWG today: click Edit and you type markdown codes (# for a heading,
for a line break) in a raw text box. The toolbar is for inserting those codes, not for seeing the finished look.

New visual editor on the NGX Ramblers staging site: same contact-us pattern in site edit. No per-field Edit/view toggle. The heading already looks like a heading; the formatting toolbar stays out of the way until you click into a field.

New visual editor on staging: click a field and the toolbar appears (bold, headings, lists, links, tables, colour). What you see while editing is what visitors get.
This change is only about how people edit pages in the browser. It does not change the Content Export API, storage format, or machine-readable outputs.
Content is still stored as markdown text. The public API still serves markdown exactly as before, for example:
GET /api/public/content/path/<path>?format=markdown?format=markdownAccept: text/markdownThose endpoints, response media type (text/markdown), and JSON fields such as contentMarkdown are unchanged and remain required for AI, crawlers, and integrations.
Site authors do not need to learn or type that format in the UI. The visual editor and the site handle conversion for them.
If you already have markdown (from a doc, an old page, or a technical export) and you paste it into the visual editor, TipTap turns it into normal formatted content. That is the only everyday moment markdown still “matters” — and even then you do not have to understand the syntax; paste and continue editing visually.
This continues the TipTap work started for email and walks (ref #303): one visual editor for rich text, with markdown kept as a silent interchange format rather than something non-technical people must learn.