.md-content {
    overflow-wrap: break-word;
}

ol li::marker {
  content: counters(list-item, ".") ". ";
}