Skip to content
Snippets Groups Projects

Add blockquote fence syntax to Markdown

Merged Douwe Maan requested to merge blockquote-fence-filter into master

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

Markdown rendering will then make it all pretty:

Screen_Shot_2016-04-27_at_23.44.57


To do:

  • Ensure this doesn't transform code within code fences (```)
  • Write documentation
  • Write tests

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading