Skip to content

Commit 7f5ea04

Browse files
committed
using java syntax highlighting
1 parent 4ccebed commit 7f5ea04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

structure/bioassembly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The [StructureIO](http://www.biojava.org/docs/api/org/biojava3/structure/Structu
2121

2222
Let's load both representations of hemoglobin PDB ID [1HHO](http://www.rcsb.org/pdb/explore.do?structureId=1hho) and visualize it:
2323

24-
<pre>
24+
```java
2525
public static void main(String[] args){
2626

2727
try {
@@ -51,7 +51,7 @@ Let's load both representations of hemoglobin PDB ID [1HHO](http://www.rcsb.org/
5151
jmolPanel.evalString("select ligands; cartoon off; wireframe 0.3; spacefill 0.5; color cpk;");
5252

5353
}
54-
</pre>
54+
```
5555

5656
<table>
5757
<tr>

0 commit comments

Comments
 (0)