/* Don't break code spans (field names, URLs) mid-word inside tables;
   let the column widen instead. Tables scroll horizontally if needed. */
.md-typeset table:not([class]) code {
  word-break: normal;
}
