[parser]
gfm = true
smart_punctuation = true
frontmatter = true
custom_components = true
[renderer]
title = "Markrust Document"
include_default_css = true
minify = false
toc = true
syntax_highlight = true
code_copy_button = true
highlight_theme = "InspiredGitHub"
[theme]
name = "modern"
[theme.variables]
primary-color = "#3b82f6"
secondary-color = "#6b7280"
background-color = "#ffffff"
text-color = "#1f2937"
muted-color = "#6b7280"
border-color = "#e5e7eb"
font-family = "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif"
monospace-font = "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace"
content-width = "768px"
components = [
"./components"
]