Portable rich content from Ghost
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.
| Layer | Responsibility |
|---|---|
| Ghost | Owns the article and canonical URL |
| DiscussionBridge | Owns the stable bridge identity |
| Discourse | Owns the discussion and replies |
Diagram source
flowchart LR
A[Ghost article] -- signed publish --> B[DiscussionBridge]
B -- governed topic --> C[The Bridge]
C -- replies --> AMathematical notation
An inline expression remains readable: $E = mc^2$.
$\sum_{i=1}^{n} i = \frac{n(n+1)}{2}$
Media
Code and links
const discussion = { source: "Ghost", destination: "The Bridge" };Explore every live profile in the DiscussionBridge demo hub.