summaryrefslogtreecommitdiff
path: root/tex/context/base/back-exp-div.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/back-exp-div.lua')
-rw-r--r--tex/context/base/back-exp-div.lua23
1 files changed, 0 insertions, 23 deletions
diff --git a/tex/context/base/back-exp-div.lua b/tex/context/base/back-exp-div.lua
deleted file mode 100644
index 3a7b49cd4..000000000
--- a/tex/context/base/back-exp-div.lua
+++ /dev/null
@@ -1,23 +0,0 @@
-return {
- name = "html export",
- version = "1.00",
- comment = "Experimental feature.",
- author = "Hans Hagen",
- copyright = "ConTeXt development team",
- suffix = "html",
- remapping = {
- {
- pattern = "!m:*",
- element = "div",
- extras = {
- namespace = true, -- okay as we have no attributes with that name
- align = {
- flushleft = "left",
- flushright = "right",
- middle = "center",
- }
- }
- },
- }
-}
-