From d582a4e2c51a2f06a4ee6cf9de6ccbdfd7685b2d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 19 Nov 2023 01:08:29 +0530 Subject: added syntax.css --- theme.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml index b88c515..c4693ca 100644 --- a/theme.toml +++ b/theme.toml @@ -10,3 +10,17 @@ min_version = "0.116.1" [author] name = "Vidhu Kant Sharma" homepage = "https://vidhukant.com" + +[markup] + [markup.highlight] + anchorLineNos = true + codeFences = true + guessSyntax = true + hl_Lines = '' + hl_inline = false + lineAnchors = '' + lineNoStart = 1 + lineNos = true + lineNumbersInTable = false + noClasses = false + tabWidth = 4 -- cgit v1.2.3