bwplotka / mdox

Format your docs; autogenerate from flags or Go structs or even generate versioned website directly from markdown!
Apache License 2.0
68 stars 11 forks source link

Ignore front-matter flag/config #154

Open titpetric opened 8 months ago

titpetric commented 8 months ago

I'd like to use mdox to reformat markdown documents (hugo), but not touch the front-matter. Currently the front-matter gets reordered and reindented, rather than being kept as is.

bwplotka commented 5 months ago

👍🏽 help wanted!