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, 23 insertions, 0 deletions
diff --git a/tex/context/base/back-exp-div.lua b/tex/context/base/back-exp-div.lua
new file mode 100644
index 000000000..4e67d7615
--- /dev/null
+++ b/tex/context/base/back-exp-div.lua
@@ -0,0 +1,23 @@
+return {
+ name = "html export",
+ version = "1.00",
+ comment = "Experimental feature.",
+ author = "Hans Hagen",
+ copyright = "ConTeXt development team",
+ suffix = "html",
+ remapping = {
+ {
+ pattern = "*",
+ element = "div",
+ extras = {
+ namespace = true, -- okay as we have no attributes with that name
+ align = {
+ flushleft = "left",
+ flushright = "right",
+ middle = "center",
+ }
+ }
+ },
+ }
+}
+