From 925bcb3bf66136a972f69d20cd0ae62024dc3901 Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Sun, 25 Feb 2024 16:34:54 +0900 Subject: [PATCH] lineno false --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 93e7e5f..2c5d7e1 100644 --- a/config.toml +++ b/config.toml @@ -69,7 +69,7 @@ post = "/:year/:month/:day/:15:04:05/" guessSyntax = true hl_Lines = "" lineNoStart = 1 - lineNos = true + lineNos = false lineNumbersInTable = false noClasses = true style = "base16-snazzy"