We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccebed commit 7f5ea04Copy full SHA for 7f5ea04
1 file changed
structure/bioassembly.md
@@ -21,7 +21,7 @@ The [StructureIO](http://www.biojava.org/docs/api/org/biojava3/structure/Structu
21
22
Let's load both representations of hemoglobin PDB ID [1HHO](http://www.rcsb.org/pdb/explore.do?structureId=1hho) and visualize it:
23
24
-<pre>
+```java
25
public static void main(String[] args){
26
27
try {
@@ -51,7 +51,7 @@ Let's load both representations of hemoglobin PDB ID [1HHO](http://www.rcsb.org/
51
jmolPanel.evalString("select ligands; cartoon off; wireframe 0.3; spacefill 0.5; color cpk;");
52
53
}
54
-</pre>
+```
55
56
<table>
57
<tr>
0 commit comments