lib/graphql-docs/helpers.rb in graphql-docs-1.5.0 vs lib/graphql-docs/helpers.rb in graphql-docs-1.6.0
- old
+ new
@@ -1,5 +1,8 @@
# frozen_string_literal: true
+
+require 'commonmarker'
+
module GraphQLDocs
module Helpers
SLUGIFY_PRETTY_REGEXP = Regexp.new("[^[:alnum:]._~!$&'()+,;=@]+").freeze
attr_accessor :templates