From f409117f5de15fb4ffdce4bbb82135c26ca792f4 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 9 Feb 2018 12:38:23 +0200 Subject: [PATCH] Create .mdlrc.style.rb --- .mdlrc.style.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .mdlrc.style.rb diff --git a/.mdlrc.style.rb b/.mdlrc.style.rb new file mode 100644 index 000000000..5118afccf --- /dev/null +++ b/.mdlrc.style.rb @@ -0,0 +1,7 @@ +all +rule 'header-style', :style => "atx" +rule 'ul-style', :style => "asterisk" + +exclude_rule 'first-header-h1' +exclude_rule 'first-line-h1' +exclude_rule 'no-inline-html'