OurBigBook
Welcome to Ourbigbook version 0.9.3! Here's the table of contents:
Here is a link to a header present in another file: h2 not in the README
And below this line, we actually include the toplevel header of the other file.
My first paragraph is amazing!
And the second one with inline code f(){} and inline server-side rendered maths with KaTeX: .
But if we want block code here it is:
f() {
  return 1;
}
and here is some block maths:
Ciro loves maths, and so equations can have titles, and references to math equations just work! See e.g.: Equation 2. "This is my favorite equation in the entire world!!!"
Equation 2. This is my favorite equation in the entire world!!!
We try to make anything escapable with a backslash, e.g.:
  • literal backslash \notmacro
  • code and math: ` and $
If you want more than three backticks in your insane code block, you can add more to the open:
Here  are three backticks:
```
Nice!
or you can also use the equivalent sane literals:
Here  are three backticks:
```
Nice!
Meh, the usual. Insane list:
  • first item
  • second item
    • some nesting
    • and some more
  • third item
Sane list with explicit Ul:
  • first item
  • second item
And now for tables, see this one: Table 1. "My table title". Try clicking next to the headers sort the columns!
Table 1. My table title.
String col Integer col Float col
ab 2 10.1
a 10 10.2
c 2 3.4
c 3 3.3
And a quotation:
To be or not to be!
Ourbigbook is the answer.
Ciro loves headers and headers!
Reference to a header: paragraphs, code, math.
Make it show the section number as well with {full}: Section 2. "Paragraphs, code, math".
The following header is set to be uppercase by default due to the {c} (upperCase): Ciro is awesome
This one isn't however: banana. But we can change:
Reference to the following image: Figure 1. "Xi Chrysanthemum is a very nice image".
Figure 1. Xi Chrysanthemum is a very nice image. Source.
Video 1. Sample YouTube video. Source.
The parent of this header is determined by specifying it's ID with:
{parent=my-h9}
rather than by the number of = signs of this header.
This means that you don't need to worry about counting equal signs anymore!
And it is much easier to move large chunks of headers around! You only need to change the {parent=} of the toplevel one.
This is why when creating large documents, you should use parent exclusively.
You can use the {child} or {parent} arguments of a link to tags headers with the current header.
These will show up on the metadata of a given header.
Note that metadata is only visible when the header is the toplevel header of a page, otherwise it would clutter your headers too much, so it is not very easy to see in this single page example.
But all headers get their own toplevel pages when using split headers: docs.ourbigbook.com/split-headers
Oh, and cows are also mammals.
Bats can fly.
But cats can't.