File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,13 +135,13 @@ boilerplate before descending into sub-workflows.
135
135
Once all the sub-workflows of a given workflow have
136
136
been visited, then the ``__postdesc__ `` attribute is appended
137
137
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
139
139
references.
140
140
To add a reference, just add a new Bibtex entry to the references
141
141
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.
143
143
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 ``.
145
145
To generate citations with parenthesis and/or additional content,
146
146
brackets should be used: e.g. ``[see @myreference] `` will produce
147
147
a citation like *(see Doe J. et al 2018) *.
You can’t perform that action at this time.
0 commit comments