/* Prevent selecting doctest prompts (>>> / ...) and output */
.highlight .gp, .highlight .go {
  user-select: none;
}

/* Keep the injected version, hide stars and forks */
.md-source__fact--stars,
.md-source__fact--forks {
  display: none !important;
}
