beancount
    Preparing search index...

    Interface ParseOptions

    Options for configuring the parse function behavior.

    interface ParseOptions {
        skipBlanklines?: boolean;
    }
    Index

    Properties

    Properties

    skipBlanklines?: boolean

    If true, blank lines in the input are skipped and not included in the result. If false, blank lines are preserved as Blankline entries. Defaults to true.