Skip to content

Commit 94dbeeb

Browse files
committed
fix: ensure NOTICE blocks render correctly
1 parent 795b32c commit 94dbeeb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/community/licensing.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,11 @@ That means that the text of a `NOTICE` file must be shown to the user.
155155
All *NiPreps* must insert a `NOTICE` file into their containerized distributions and print its contents out in the command line output, as well as in the visual reports.
156156
This `NOTICE` file for containers will be placed in the `/.docker/NOTICE` path of the repository, and this file must replace the `/NOTICE` file (if it exists) at image building time.
157157

158-
!!! example "Example `NOTICE` file examples for *fMRIPrep*"
158+
!!! example "Example `NOTICE` file for *fMRIPrep*"
159159

160-
=== `/NOTICE`
161-
```{.python}
160+
=== "Python distribution `/NOTICE`"
161+
162+
```{.text}
162163
fMRIPrep
163164
Copyright 2021 The NiPreps Developers.
164165

@@ -175,8 +176,9 @@ This `NOTICE` file for containers will be placed in the `/.docker/NOTICE` path o
175176
Informatics Research Network (www.nbirn.net).
176177
```
177178

178-
=== `/.docker/NOTICE`
179-
```{.python}
179+
=== "Container image distribution `/.docker/NOTICE`"
180+
181+
```{.text}
180182
fMRIPrep Container Image distribution
181183
Copyright 2021 The NiPreps Developers.
182184

0 commit comments

Comments
 (0)