Reformatted code block to correctly display

This commit is contained in:
ebner 2014-04-28 13:30:18 +02:00
parent 2901b90dc1
commit e1910dcd7f

View File

@ -37,7 +37,8 @@ If you want to configure the HDF5 Reader as a standard file reader you need to r
This can be done as follows (details on this can be found on: http://albert.rierol.net/imagej_programming_tutorials.html):
* Add `HandleExtraFileTypes.java`
```
```java
if (name.endsWith(".h5") || name.endsWith(".hdf5")) {
return tryPlugIn("ch.psi.imagej.hdf5.HDF5Reader", path);
}