OurBigBook
Example:
See the: <code C hello world>.

``
#include <stdio.h>

int main(void) {
    puts("hello, world");
}
``
{title=C hello world}
which renders as:
#include <stdio.h>

int main(void) {
    puts("hello, world");
}
Code 3. C hello world.

Ancestors

  1. \C argument
  2. Code block
  3. Macro
  4. OurBigBook Markup
  5. OurBigBook Project