Parse and overwrite the local .bigb OurBigBook Markup input source files with the recommended code format. E.g.:overwrites does that for every single file in the current directory.
ourbigbook index.bigb
index.bigb
with the recommended formatting, and:ourbigbook .
This option uses the
bigb
output format.In order to reach a final stable state, you might need to run the conversion twice. This is not ideal but we don't have the patience to fix it. The reason is that links in image titles may expand twice. This is the usual type of two level recursion that has caused much more serious problems, see e.g. the first conversion leads to uppercasing inside the image title:and the second one to uppercasing the reference to the image title:
\x
within title
restrictions. E.g. starting with:<image my big dog>
\Image[image.png]{title=My <big dog>}
= Big dog
<image my big dog>
\Image[image.png]{title=My <big Dog>}
= Big Dog
<image my big Dog>
\Image[image.png]{title=My <big Dog>}
= Big Dog