• Robert Speicher's avatar
    Merge branch 'blockquote-fence-filter' into 'master' · e90a9b01
    Robert Speicher authored
    Add blockquote fence syntax to Markdown
    
    Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/16564
    
    Before Markdown rendering happens, this will transform this:
    
    ```
    Let me quote this here email:
    
    >>>
    Dear friend,
    
    How are you?
    
    Greetings,
    
    Me
    >>>
    ```
    
    Into this, saving me from having to prefix all of those lines with `>` manually when I copy some multiline text from another medium:
    
    ```
    Let me quote this here email:
    
    > Dear friend,
    > 
    > How are you?
    > 
    > Greetings,
    > 
    > Me
    ```
    
    See merge request !3954
    e90a9b01
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG 165 KB