Document Settings
Certain behaviors of BML can be configured by binding a special settings
object in an eval block.
{[
bind({
settings: {
whitespaceCleanup: true,
punctuationCleanup: true,
capitalizationCleanup: true
}
});
]}
setting | default | purpose |
whitespaceCleanup |
true |
Clean up the whitespace in the output document. See here for details. |
punctuationCleanup |
true |
Perform simple English-like correction of whitespace around punctuation marks. See here for details. |
capitalizationCleanup |
true |
Try to correct capitalization of the first words of sentences. See here for details. |