From e7aeb481697a2b295b8c1f49102642caec11a34a Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 17 Nov 2015 12:38:47 +0100 Subject: fix link extensions in kotlin-website format --- src/Formats/KotlinWebsiteFormatService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Formats/KotlinWebsiteFormatService.kt') diff --git a/src/Formats/KotlinWebsiteFormatService.kt b/src/Formats/KotlinWebsiteFormatService.kt index 25491cb3..4eda7910 100644 --- a/src/Formats/KotlinWebsiteFormatService.kt +++ b/src/Formats/KotlinWebsiteFormatService.kt @@ -4,7 +4,7 @@ import com.google.inject.Inject public class KotlinWebsiteFormatService @Inject constructor(locationService: LocationService, signatureGenerator: LanguageService) -: JekyllFormatService(locationService, signatureGenerator) { +: JekyllFormatService(locationService, signatureGenerator, "html") { private var needHardLineBreaks = false override fun appendFrontMatter(nodes: Iterable, to: StringBuilder) { -- cgit