feat: add support for '--image-align'

This commit is contained in:
Johan Fagerberg
2026-02-18 09:15:51 +01:00
committed by Manuel Rüger
parent 875723da90
commit c32cd79dc8
8 changed files with 62 additions and 2 deletions

View File

@@ -6,4 +6,5 @@ type MarkConfig struct {
DropFirstH1 bool
StripNewlines bool
Features []string
ImageAlign string
}