class MarkdownExec::LinkHistory

def pop

Pops the most recent LinkState off the stack, returns an empty LinkState if stack is empty.
def pop
  @history.pop || LinkState.empty
end