Creates a page mention with shorthand syntax.
The page ID to mention
Optional
Additional options for the mention
Text annotations (bold, italic, etc.)
URL for the mention
// Simple page mentionmentionPage("page_123")// Page mention with annotationsmentionPage("page_123", { annotations: { color: "green" } }) Copy
// Simple page mentionmentionPage("page_123")// Page mention with annotationsmentionPage("page_123", { annotations: { color: "green" } })
Creates a page mention with shorthand syntax.