.md-content img {
  border: 1px solid #ccc;
  border-radius: 6px;
}

.md-content img.no-border {
  border: none;
  border-radius: 0;
}