diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/reference.docx | bin | 9782 -> 9797 bytes | |||
-rw-r--r-- | data/reference.odt | bin | 10595 -> 10890 bytes | |||
-rw-r--r-- | data/sample.lua | 4 | ||||
m--------- | data/templates | 13 |
4 files changed, 12 insertions, 5 deletions
diff --git a/data/reference.docx b/data/reference.docx Binary files differindex 42c14a906..a9c268b9f 100644 --- a/data/reference.docx +++ b/data/reference.docx diff --git a/data/reference.odt b/data/reference.odt Binary files differindex 08385dd4c..c01345612 100644 --- a/data/reference.odt +++ b/data/reference.odt diff --git a/data/sample.lua b/data/sample.lua index a7e9d6337..a0c3c29a2 100644 --- a/data/sample.lua +++ b/data/sample.lua @@ -181,6 +181,10 @@ function Span(s, attr) return "<span" .. attributes(attr) .. ">" .. s .. "</span>" end +function Cite(s) + return "<span class=\"cite\">" .. s .. "</span>" +end + function Plain(s) return s end diff --git a/data/templates b/data/templates -Subproject 4bdebc73b0b2025cf01704e7e564088c34d8f86 +Subproject 50ca8c85d9abfb7918cb78015bcc6d6fec02ce7 |