summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/make4ht/formats/xhtml.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/make4ht/formats/xhtml.lua')
-rw-r--r--Master/texmf-dist/doc/support/make4ht/formats/xhtml.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/support/make4ht/formats/xhtml.lua b/Master/texmf-dist/doc/support/make4ht/formats/xhtml.lua
deleted file mode 100644
index 4a4ac6689ca..00000000000
--- a/Master/texmf-dist/doc/support/make4ht/formats/xhtml.lua
+++ /dev/null
@@ -1,16 +0,0 @@
-local M = {}
-
-local mkutils = require "mkutils"
-
-function M.prepare_extensions(extensions)
- -- return mkutils.add_extensions("+common_domfilters", extensions)
- return extensions
-end
-
-function M.prepare_parameters(parameters,extensions)
- parameters = mkutils.extensions_prepare_parameters(extensions,parameters)
- return parameters
-end
-
-
-return M