Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/filters/markdown_to_html_ext.rb')
-rw-r--r--lib/filters/markdown_to_html_ext.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/filters/markdown_to_html_ext.rb b/lib/filters/markdown_to_html_ext.rb
index b90dca04..9ab372ba 100644
--- a/lib/filters/markdown_to_html_ext.rb
+++ b/lib/filters/markdown_to_html_ext.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module Nanoc::Filters
class MarkdownToHtmlExt < Nanoc::Filter
identifier :md_to_html_ext