block decorations and wrap

This commit is contained in:
randogoth 2025-10-20 12:09:25 +03:00
parent de6e99c24a
commit c57cfc4747
4 changed files with 152 additions and 4 deletions

View file

@ -41,6 +41,10 @@ class FrontMatter:
hyphen_lang: str = "en_US"
figlet_fallback: bool = False
header_spacing: int = 2
wrap_code_blocks: bool = False
code_block_wrap_indent: int = 2
code_block_line_numbers: bool = True
blockquote_bars: bool = True
@dataclass