markdown2pdf 1.3.0

Create PDF with Markdown files (a md to pdf transpiler)
Documentation
# Modern theme — clean sans, accent color on headings and links,
# subtle backgrounds. Closest match to many SaaS docs styles.
inherits = "default"

[defaults]
font_family = "Helvetica"
font_size_pt = 10.5
line_height = 1.6
text_color = "#1B1F23"

[headings.h1]
font_size_pt = 24.0
text_color = "#0B66B5"
text_align = "left"
margin_before_pt = 8.0
margin_after_pt = 4.0
[headings.h2]
font_size_pt = 18.0
text_color = "#0B66B5"
[headings.h3]
font_size_pt = 14.0
text_color = "#1B1F23"

[code_block]
background_color = "#FAFBFC"
text_color = "#1B1F23"
padding = { top = 8.0, right = 12.0, bottom = 8.0, left = 12.0 }
[code_block.border]
all = { width_pt = 0.5, color = "#E1E4E8", style = "solid" }

[code_inline]
background_color = "#FAFBFC"

[blockquote]
font_style = "italic"
text_color = "#1B1F23"
background_color = "#FFFFFF"
[blockquote.border]
left = { width_pt = 4.0, color = "#0B66B5", style = "solid" }

[link]
text_color = "#0B66B5"
underline = false

# Vibrant flat palette mirroring the theme's link accent.
[admonition]
text_color = "#1B1F23"
padding = { top = 8.0, right = 14.0, bottom = 8.0, left = 16.0 }
margin_before_pt = 6.0
margin_after_pt = 6.0

[admonition.note]
accent_color = "#0B66B5"
background_color = "#EAF3FB"

[admonition.info]
accent_color = "#0288D1"
background_color = "#E1F5FE"

[admonition.tip]
accent_color = "#1B873F"
background_color = "#E6F4EA"

[admonition.warning]
accent_color = "#F2A100"
background_color = "#FFF6DA"

[admonition.danger]
accent_color = "#E5333E"
background_color = "#FCE6E8"

[admonition.generic]
accent_color = "#5B6166"
background_color = "#F0F2F4"