Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 7286a018 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Fix markdown

parent c6816eb6
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -40,7 +40,13 @@ fun SpotlessExtension.configureMarkdownCheck(
    targets: List<String>,
) {
    format("markdown") {
        prettier()
        // Set the prettier version explicitly, as the default version set in Spotless is outdated.
        // Check https://github.com/prettier/prettier for the latest version and update the version here.
        prettier("3.3.3").config(
            mapOf(
                "parser" to "markdown",
            )
        )
        target(targets)
        targetExclude(
            "**/build/",