Skip to content

Commit 5bada5e

Browse files
committed
fix typo Markdown
1 parent fe2970c commit 5bada5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/contributors.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ boilerplate before descending into sub-workflows.
135135
Once all the sub-workflows of a given workflow have
136136
been visited, then the ``__postdesc__`` attribute is appended
137137
and the execution pops out to higher level workflows.
138-
The dunder attributes are written in Markup language, and may contain
138+
The dunder attributes are written in Markdown language, and may contain
139139
references.
140140
To add a reference, just add a new Bibtex entry to the references
141141
database (``/fmriprep/data/boilerplate.bib``).
142-
You can then use the Bibtex handle within the Markup text.
142+
You can then use the Bibtex handle within the Markdown text.
143143
For example, if the Bibtex handle is ``myreference``, a citation
144-
will be generated in Markup language with ``@myreference``.
144+
will be generated in Markdown language with ``@myreference``.
145145
To generate citations with parenthesis and/or additional content,
146146
brackets should be used: e.g. ``[see @myreference]`` will produce
147147
a citation like *(see Doe J. et al 2018)*.

0 commit comments

Comments
 (0)