Skip to main content

Module fmt

Module fmt 

Source
Expand description

brief fmt — gofmt-doctrine formatter for Brief sources.

Operates on the raw source as a sequence of lines. A region scanner identifies inviolate regions (frontmatter, code fences, block comments, tables) so per-line transforms never touch their internals. Emphasis markers, shortcode argument order, and inline content are preserved verbatim — the formatter never re-emits parsed AST.

Structs§

Opts

Enums§

CheckResult

Functions§

check
format