OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
Every macro in OurBigBook can have an optional id and many also have a reserved title property.
When a macro in the document has a title argument but no id argument given, get an auto-generated ID from the title: automatic ID from title.
Usually, the most convenient way to write internal links is with the insane syntax with delimited angled braces:
<internal links> are awesome.
which renders as:
internal links are awesome.
More details at: insane internal link.
The sane equivalent to this is:
\x[internal-link]{c}{p} are awesome section.
which renders as:
Internal links are awesome section.
Note how that is more verbose, especially because here we use both the \x c argument and \x p argument to capitalize and pluraize as desired.
Another sane equivalent would be to add an explicit link body as in:
\x[internal-link][Internal link] are awesome.
which renders as:
Internal link are awesome.

Ancestors (3)

  1. Macro
  2. OurBigBook Markup
  3. Home

Synonyms (3)