• gkats's avatar
    Support rich references in links
    · ed7d73d2
    gkats создал
    Currently supports up to 1 rich reference verbosity level. Level 1
    includes the referable title in the link text. The rich reference suffix
    is '+'. More than 3 '+' characters are ingored.
    
    So, `#123+` becomes a link with text "123 The issue title".
    
    - Modified issue regex to account for rich references verbosity
    - Modified IssueReferenceFilter to add a data-rich-ref-verbosity attribute
    - Added a post processing pipeline filter (RichReferenceFilter) to deal with
    rich references
    ed7d73d2