Three-mode markdown editor

Edit (source only), Live (split source and preview) and Preview (rendered only), chosen by a toolbar tab switch; default is Live. A fourth internal mode, code-preview, is what the library page's 'Show Code' button turns on. Macros always render in preview. Formatting toolbar covers bold, italic, strikethrough, title, link, quote, code block, table and ordered/unordered lists. Empty placeholder: 'Write your markdown here...'. Scroll sync between panes is off by default because images and diagrams load asynchronously.


#Where you do it

The Configure Markdown dialog on Markdown from scratch. The left half holds markdown source with six heading levels, a mermaid fence and emphasis examples. The right half shows the same content render
Live keeps the source on the left and the rendered result on the right, with the mode buttons sitting at the end of the toolbar.

Task

Where

Add a markdown document to a page

Confluence editor → /Markdown (Capable) [Suite] or /Markdown macro (Capable) [standalone], or the Markdown byline entry on a published page

Write or edit the document body

The macro's Configure action, the maximize button on the rendered macro, or Edit on the library page

Show a border and a title on the macro

Configure Markdown → 'Show border' checkbox and the 'Markdown title' field


#Settings that affect this

Setting

Where

What it does

Global settings → Capabilities → Markdow

-

Hiding Markdown removes it from the Capable nav bar and the content byline menu across the site (app property capable-global-hidden-capabilities). It does NOT stop existing macros from rendering.

Space settings → Space Capability Settin

-

Auto shows the byline entry only when the page already carries markdown; Always pins it in every page's byline in that space; Never hides it there. Stored on the space property <APP_HASH>_capable under capabilities.alway

Global settings → Features → AI integrat

-

'Allow AI-powered features across Capable. Turn off to disable AI for all users.' Turning it off removes the Studio (Generate markdown with AI) section from the markdown catalogue. Studio additionally requires the app's


#Worth knowing

  • The document macro's 'Markdown description' field is captured but never saved, while the unsaved-changes guard still counts editing it as a change.

  • Raw HTML is always stripped, in the editor preview, the viewer and the static-site export.

  • The self-hosted diagram renderer is currently inert for markdown fences.

  • 'Copy as macro' is unavailable for the bundled Examples and for URL- or attachment-sourced markdown.

  • Hiding Markdown globally removes only the nav and byline entries; existing macros keep rendering.

  • Anonymous and unlicensed visitors get a marketing notice instead of the Capable Markdown library page, while the macros themselves still render for them.



How it actually behaves.