summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/chem-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/chem-ini.lua')
-rw-r--r--tex/context/base/mkiv/chem-ini.lua8
1 files changed, 3 insertions, 5 deletions
diff --git a/tex/context/base/mkiv/chem-ini.lua b/tex/context/base/mkiv/chem-ini.lua
index f7d10ffa2..06049807a 100644
--- a/tex/context/base/mkiv/chem-ini.lua
+++ b/tex/context/base/mkiv/chem-ini.lua
@@ -19,11 +19,9 @@ local cpatterns = patterns.context
chemistry = chemistry or { }
local chemistry = chemistry
---[[
-<p>The next code started out as adaptation of code from Wolfgang Schuster as
-posted on the mailing list. The current version supports nested braces and
-unbraced integers as scripts.</p>
-]]--
+-- The next code started out as adaptation of code from Wolfgang Schuster as posted
+-- on the mailing list. The current version supports nested braces and unbraced
+-- integers as scripts.
local moleculeparser = cpatterns.scripted
chemistry.moleculeparser = moleculeparser