Portable rich content from Ghost

Share

This is a real Ghost-authored article delivered to The Bridge. Its structure, diagram source, math, media, code, and discussion identity travel through one governed connection.

Portable structure

Headings stay meaningful on Ghost, in the destination topic, and in the page-level table of contents.

LayerResponsibility
GhostOwns the article and canonical URL
DiscussionBridgeOwns the stable bridge identity
DiscourseOwns the discussion and replies

Diagram source

flowchart LR
  A[Ghost article] -- signed publish --> B[DiscussionBridge]
  B -- governed topic --> C[The Bridge]
  C -- replies --> A

Mathematical notation

An inline expression remains readable: $E = mc^2$.

$\sum_{i=1}^{n} i = \frac{n(n+1)}{2}$

Media

DiscussionBridge content flow from a publishing platform through The Bridge
const discussion = { source: "Ghost", destination: "The Bridge" };

Explore every live profile in the DiscussionBridge demo hub.