summaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml14
1 files changed, 14 insertions, 0 deletions
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