lib/wcc/contentful/app/custom_markdown_render.rb in wcc-contentful-app-1.0.6 vs lib/wcc/contentful/app/custom_markdown_render.rb in wcc-contentful-app-1.0.7
- old
+ new
@@ -1,6 +1,8 @@
# frozen_string_literal: true
+require 'redcarpet'
+
module WCC::Contentful::App
class CustomMarkdownRender < Redcarpet::Render::HTML
def initialize(options)
super
@options = options