citation method

Parser citation()

Implementation

Parser citation() =>
    string('[cite') &
    ref0(citationStyle).optional() &
    char(':') &
    ref0(citationBody) &
    char(']');