Skip to content

Commit

Permalink
DOC: MD backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Aug 29, 2024
1 parent 940a3b1 commit f0382cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ my_precomputed/
└── sub-01_space-T2w_desc-brain_mask.nii.gz
```

In this example, ``sub-01_desc-preproc_T2w.nii.gz`` will be used as the T2w reference. The other files (the brain mask and segmentation), will be in the same space.
In this example, `sub-01_desc-preproc_T2w.nii.gz` will be used as the T2w reference. The other files (the brain mask and segmentation), will be in the same space.

:::{warning}
If no anatomical reference is provided, the outputs must be in the same space as the raw anatomical data.
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ There are also a few keyword tags, `latest` and `unstable`, that serve as specia
Visit the [apptainer containers page](https://datasets.datalad.org/?dir=/repronim/containers/images/bids), courtesy of DataLad and ReproNim, to download already created images.

:::{tip}
Images are listed as ``bids-nibabies--<version>.sing``, where ``<version>`` is the release tag.
Images are listed as `bids-nibabies--<version>.sing`, where `<version>` is the release tag.
:::

Otherwise, you can create an Apptainer image from the [Docker](#working-with-docker) images hosted online.
Expand Down

0 comments on commit f0382cb

Please sign in to comment.