biodream 0.2.5

Zero-copy, streaming-capable toolkit for reading and writing BIOPAC AcqKnowledge (.acq) files
Documentation
/* biodream book — minimal theme overrides */

:root {
  --sidebar-width: 270px;
}

.content main {
  max-width: 860px;
}

/* Tighten up wide tables in the format chapter */
table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

/* Restore normal wrapping for prose tables */
table td:last-child {
  white-space: normal;
}