block decorations and wrap
This commit is contained in:
parent
de6e99c24a
commit
c57cfc4747
4 changed files with 152 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue