Template:Codeline

From Octave
Jump to navigation Jump to search

[edit]

Template-info.png Template Documentation

This template is for code which is included inline.

  • 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:

Since 3.4.0, packages can be installed with {{Codeline|pkg install -forge pkgname}} without need to actually download the file manually.

Will produce:

Since 3.4.0, packages can be installed with pkg install -forge pkgname without need to actually download the file manually.