Skip to content

Commit 5720bbe

Browse files
committed
fix code block wrapping
1 parent 9ca738c commit 5720bbe

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

_sass/_custom_classes.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,15 @@
6969
margin-bottom: $spacer * 3;
7070
#content {
7171
margin-bottom: 0 !important;
72+
73+
// Allow long Markdown code lines to wrap instead of overflowing.
74+
pre {
75+
white-space: pre-wrap;
76+
word-break: break-word;
77+
}
78+
79+
pre code {
80+
white-space: inherit;
81+
}
7282
}
7383
}

pages/activities/infrastructure_roadmap.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ tiles:
1919
## Citation
2020

2121
```
22-
Michie, K. A., Litfin, T., Beecroft, S. J., Collins, B., Czabotar, P., Downton, M., Doyle, M. T., Ghosal, D., Grinter, R., Knott, G. J., Samaha, G., Christiansen, J. H., & Gustafsson, O. J. R. (2025). Australian Structural Biology Deep-Learning Infrastructure Roadmap. Zenodo. [https://doi.org/10.5281/zenodo.15786982](https://doi.org/10.5281/zenodo.15786982)
22+
Michie, K. A., Litfin, T., Beecroft, S. J., Collins, B., Czabotar, P., Downton, M., Doyle, M. T., Ghosal, D., Grinter, R., Knott, G. J., Samaha, G., Christiansen, J. H., & Gustafsson, O. J. R. (2025). Australian Structural Biology Deep-Learning Infrastructure Roadmap. Zenodo. https://doi.org/10.5281/zenodo.15786982
2323
```
2424

25-
2625
## Executive Summary from roadmap
2726

2827
Enabled by advances in deep learning methods for protein structure prediction and de novo protein
@@ -86,4 +85,4 @@ included in D3. Globe image: Clker-Free-Vector-Images, CC0, via Wikimedia Common
8685
### Contributors
8786

8887
- Australian Structural Biology Computing Community
89-
- Australian BioCommons and infrastructure partners
88+
- Australian BioCommons and infrastructure partners

0 commit comments

Comments
 (0)