See: Section "
title
argument".Example:
See the: <code C hello world>.
``
#include <stdio.h>
int main(void) {
puts("hello, world");
}
``
{title=C hello world}
which renders as:
See the: Code 3. "C hello world".#include <stdio.h> int main(void) { puts("hello, world"); }