/* Re-enable list numbering for ordered and unordered lists */
.md-content ol {
  list-style-type: decimal !important;
  margin-left: 1.5em !important;
}

.md-content ul {
  list-style-type: disc !important;
  margin-left: 1.5em !important;
}

.md-content li {
  padding-left: 0.25em;
}

