Initial commit
This commit is contained in:
7
config/providers/renderers.rb
Normal file
7
config/providers/renderers.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Hanami.app.register_provider :renderers, namespace: true do
|
||||
start do
|
||||
register "markdown", Adamantium::Renderer::Markdown.new
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user