Template:Inlinecode/Doc
From BioPerl
This template is to write code inline with the text.
- Certain characters, such as =, | or } can break this template. In those cases, enclose the code in <nowiki>...</nowiki> tags or use their HTML numbers.
Example:
- After hacking a bugfix on the separate branch, merge into master with {{inlinecode|git merge bugfix}} before {{inlinecode|git push bioperl master}}
Will produce:
- After hacking a bugfix on the separate branch, merge into master with git merge bugfix before git push bioperl master