OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
Selects the input format.
Supported values:
The input format is automatically selected from the file extension, e.g. .md or .markdown input files. For input from standard input, it can be selected explicitly e.g. with:
printf '# Hello' | ourbigbook -I markdown -O bigb --stdout
Directory conversion remains BigB-only unless -I markdown is given, so that Markdown documentation files such as README.md are not compiled unexpectedly.

Ancestors (3)

  1. OurBigBook CLI options
  2. OurBigBook CLI
  3. Home