list formatting

This commit is contained in:
randogoth 2025-10-20 12:16:20 +03:00
parent c57cfc4747
commit ad70e8dcd8
4 changed files with 33 additions and 3 deletions

View file

@ -45,6 +45,8 @@ class FrontMatter:
code_block_wrap_indent: int = 2
code_block_line_numbers: bool = True
blockquote_bars: bool = True
list_marker_indent: int = 0
list_text_spacing: int = 1
@dataclass