Skip to content

Commit

Permalink
Enable fencedCodeBlocks and tables only due to timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 13, 2023
1 parent 7a2c632 commit f17d59b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,10 @@ defaultTasks = mutableListOf("run")

tasks.withType<MarkdownToHtmlTask> {
dependsOn("run")
all = true
sourceDir = file("build/docs")
outputDir = file("build/html")
fencedCodeBlocks = true
tables = true
doLast {
this as MarkdownToHtmlTask
@Suppress("UNNECESSARY_NOT_NULL_ASSERTION") // IntelliJ says this is unnecessary, kotlin compiler disagrees
Expand Down

0 comments on commit f17d59b

Please sign in to comment.