.Markdown {
  p {
    margin: 0;
  }

  p + p {
    margin-top: 4px;
  }
}

span.Markdown p {
  display: contents;
}
