module Data.Markup.Types where


data Inline = Inline
  deriving Show

data Remote = Remote
  deriving Show

data Locally = Locally
  deriving Show