summaryrefslogtreecommitdiff
path: root/support/make4ht/extensions/make4ht-ext-common_filters.lua
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-19 03:02:56 +0000
committerNorbert Preining <norbert@preining.info>2022-02-19 03:02:56 +0000
commit1db3acf2bbb07034aafc552f322633a96b748cf4 (patch)
tree01227822acc2f3b2641e108b814d38c64031ff4e /support/make4ht/extensions/make4ht-ext-common_filters.lua
parent41041c6bdcedcc33698491c2caec4cd725a4fe97 (diff)
CTAN sync 202202190302
Diffstat (limited to 'support/make4ht/extensions/make4ht-ext-common_filters.lua')
-rw-r--r--support/make4ht/extensions/make4ht-ext-common_filters.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/make4ht/extensions/make4ht-ext-common_filters.lua b/support/make4ht/extensions/make4ht-ext-common_filters.lua
index 9b3e7f3f74..0d0ee979fd 100644
--- a/support/make4ht/extensions/make4ht-ext-common_filters.lua
+++ b/support/make4ht/extensions/make4ht-ext-common_filters.lua
@@ -2,7 +2,7 @@ local M = {}
local filter = require "make4ht-filter"
-local process = filter {"cleanspan-nat", "fixligatures", "hruletohr", "entities", "fix-links"}
+local process = filter({"cleanspan-nat", "fixligatures", "hruletohr", "entities", "fix-links"}, "commonfilters")
-- filters support only html formats
function M.test(format)