data LinkContent
  = LCText  InlineText
  | LCImage InlineImage
  deriving Eq

