aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/jekyll/src/main/kotlin/JekyllPlugin.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/jekyll/src/main/kotlin/JekyllPlugin.kt b/plugins/jekyll/src/main/kotlin/JekyllPlugin.kt
index 84c22eae..45afb072 100644
--- a/plugins/jekyll/src/main/kotlin/JekyllPlugin.kt
+++ b/plugins/jekyll/src/main/kotlin/JekyllPlugin.kt
@@ -22,7 +22,6 @@ class JekyllPlugin : DokkaPlugin() {
val renderer by extending {
(CoreExtensions.renderer
providing { JekyllRenderer(it) }
- // TODO NOW: Is this correct?
override plugin<GfmPlugin>().renderer)
}