<style>
.container {
display: flex;
height: 900px;
background: white;
padding: 10px
}
.fullscreen .container{
height: 100% !important;
}
.container svg {
flex: 2;
user-select: none;
cursor: move;
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.container svg:active {
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
.markdown {
flex: 1;
font-size: 1.125rem;
padding-right: 1rem;
padding-bottom: 150px;
margin-right: .5rem;
border-right: 1px solid;
overflow: scroll;
font-family: "Source Serif Pro", serif !important;
}
.container a {
color: blue;
}
</style>