commit e96374eb21b1ac22fce4a7a09dc1949c673d6043
parent 2473862c3a973d08ff988919f805a4423c7de8d9
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 20 Apr 2018 08:46:42 +0200
Linting
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/motyl b/bin/motyl
@@ -20,7 +20,7 @@ require 'yaml'
# Load and process Markdown file
def markdown(path)
- Kramdown::Document.new(File.read(path), smart_quotes: ["apos", "apos", "quot", "quot"], syntax_highlighter: 'rouge').to_html
+ Kramdown::Document.new(File.read(path), smart_quotes: ['apos', 'apos', 'quot', 'quot'], syntax_highlighter: 'rouge').to_html
end
# Display status message