gitlab-org--gitlab-foss/spec/lib/banzai
Robert Speicher e90a9b0159 Merge branch 'blockquote-fence-filter' into 'master'
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
2016-07-10 20:30:41 +00:00
..
filter Fix typo in spec 2016-07-10 14:59:36 -05:00
pipeline Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
reference_parser Re-use queries in reference parsers 2016-07-08 21:54:35 +02:00
cross_project_reference_spec.rb Move Markdown/reference logic from Gitlab::Markdown to Banzai 2015-12-15 15:51:16 +01:00
filter_array_spec.rb Add FilterArray class to Banzai 2016-03-01 15:54:35 -05:00
note_renderer_spec.rb Support for rendering/redacting multiple documents 2016-06-24 11:46:39 +02:00
object_renderer_spec.rb Support for rendering/redacting multiple documents 2016-06-24 11:46:39 +02:00
querying_spec.rb Optimize CSS expressions produced by Nokogiri 2015-12-31 15:46:47 +01:00
redactor_spec.rb Support for rendering/redacting multiple documents 2016-06-24 11:46:39 +02:00