From 6d11dac55435931696ee2d5a0d56f9dd7cce942d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Ulsberg?= Date: Mon, 13 Dec 2021 16:08:33 +0100 Subject: [PATCH] DX-1660: Remove JekyllProvider.install There's no need to install ourselves into Jekyll anymore. --- lib/kramdown-plantuml.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/kramdown-plantuml.rb b/lib/kramdown-plantuml.rb index 47308d58..b5d6e2ca 100644 --- a/lib/kramdown-plantuml.rb +++ b/lib/kramdown-plantuml.rb @@ -1,6 +1,3 @@ # frozen_string_literal: true require_relative 'kramdown_html' -require_relative 'kramdown-plantuml/jekyll_provider' - -::Kramdown::PlantUml::JekyllProvider.install