Skip to content

Commit

Permalink
chore(rules): Disable auto identifiers, only keep explicit ones
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 15, 2024
1 parent 7fb46c3 commit be0f3b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ PANDOCARGS += --top-level-division=$(firstword $(DIVISIONS))
PANDOCARGS += --reference-location=$(lastword $(DIVISIONS))
PANDOCNORMALIZEARGS ?=
PANDOCNORMALIZEARGS += --wrap=preserve
PANDOCNORMALIZEARGS += --from markdown-space_in_atx_header+ascii_identifiers+four_space_rule
PANDOCNORMALIZEARGS += --to markdown+smart-four_space_rule
PANDOCNORMALIZEARGS += --from markdown-space_in_atx_header+ascii_identifiers+four_space_rule-auto_identifiers
PANDOCNORMALIZEARGS += --to markdown+smart-four_space_rule+auto_identifiers
PANDOCFILTERS ?=
PANDOCFILTERARGS ?=

Expand Down

0 comments on commit be0f3b0

Please sign in to comment.