aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Ryzhenkov <orangy@jetbrains.com>2014-07-14 22:42:10 +0400
committerIlya Ryzhenkov <orangy@jetbrains.com>2014-07-14 22:42:10 +0400
commit2dff9771080735ac08e369f0f9bbad53ff9ed7d2 (patch)
tree5e848c24115f223b5234b7715989c9b814184927
parent64f79483566fcd127a1bb649263d9222b03d98de (diff)
downloaddokka-2dff9771080735ac08e369f0f9bbad53ff9ed7d2.tar.gz
dokka-2dff9771080735ac08e369f0f9bbad53ff9ed7d2.tar.bz2
dokka-2dff9771080735ac08e369f0f9bbad53ff9ed7d2.zip
Revert to md for now.
-rw-r--r--src/Formats/JekyllFormatService.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Formats/JekyllFormatService.kt b/src/Formats/JekyllFormatService.kt
index 64eee2a9..1b855b01 100644
--- a/src/Formats/JekyllFormatService.kt
+++ b/src/Formats/JekyllFormatService.kt
@@ -2,7 +2,7 @@ package org.jetbrains.dokka
public class JekyllFormatService(locationService: LocationService, signatureGenerator: SignatureGenerator)
: MarkdownFormatService(locationService, signatureGenerator) {
- override val extension: String = "html"
+ override val extension: String = "md"
override fun format(nodes: Iterable<DocumentationNode>, to: StringBuilder) {
to.appendln("---")
to.appendln("layout: post")