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, 10 insertions, 7 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 713a8f63d5589ab9313869e47b03cf7f49e00e9 +Subproject 3a0ed995ca45648029a445302a16a92b8dfe6c8 |