data InlineTerm = InlineTerm {
  termType    :: Maybe String,
  termContent :: [InlineText]
} deriving Eq
