Adding debugging informations for 6.0

Change-Id: Id723a51e5f04cc080f2eff69aa297f9b5703a99d
diff --git a/mdl_relaxed.rb b/mdl_relaxed.rb
index 478ea9e..ee1b9ea 100644
--- a/mdl_relaxed.rb
+++ b/mdl_relaxed.rb
@@ -34,6 +34,9 @@
 # Don't enforce line length limitations
 exclude_rule 'MD013'
 
+# Blank line inside blockquote (we want to have sequential notes)
+exclude_rule 'MD028'
+
 # Allow  ! and ? as trailing punctuation in headers
 rule 'MD026', :punctuation => '.,;:'