.markdown-code-block {
    max-height: 500px;
}
.md pre {
    overflow: auto;
    max-height: 300px;
    min-height: 50px;
}