Skip to content

Commit

Permalink
feat(rules): Apply four_space_rule extension for easier list editing …
Browse files Browse the repository at this point in the history
…in some editors
  • Loading branch information
alerque committed Jun 22, 2023
1 parent 55e153c commit e591701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/rules.mk
Expand Up @@ -177,7 +177,7 @@ SILEPATH += $(CASILEDIR)
PANDOCARGS ?= --wrap=preserve --markdown-headings=atx --top-level-division=chapter
PANDOCARGS += --reference-location=section
PANDOCFILTERS ?=
PANDOCFILTERARGS ?= --from markdown-space_in_atx_header+ascii_identifiers --to markdown-smart
PANDOCFILTERARGS ?= --from markdown-space_in_atx_header+ascii_identifiers+four_space_rule --to markdown-smart-four_space_rule

# For when perl one-liners need Unicode compatibility
PERLARGS ?= -Mutf8 -CS
Expand Down

0 comments on commit e591701

Please sign in to comment.