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, 11 insertions, 6 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 8cadd4f2044c0c25842eeb5a2370a6e3384f4bd +Subproject 0ab594bc47191d03db16388ad2691da8f627984 |