25 lines
667 B
Markdown
25 lines
667 B
Markdown
|
---
|
||
|
mrgnn-define-renderings:
|
||
|
- class: term
|
||
|
body-text: '`**§content§**`'
|
||
|
note-text: '`§attr.lem§: *§attr.def§*`'
|
||
|
docx-body-text: '`**§content§**`'
|
||
|
docx-note-text: '`§attr.lem§: §attr.def§`'
|
||
|
- class: warning
|
||
|
body-text: ''
|
||
|
note-text: '`**§content§**`'
|
||
|
---
|
||
|
|
||
|
[Important!]{.warning}You can use LaTeX to include
|
||
|
[BibTeX]{.term
|
||
|
lem=BibTeX
|
||
|
def="A program designed to format bibliographical entries"
|
||
|
} citations. Note that in LaTeX environments,
|
||
|
the material between the begin and end tags will be interpreted
|
||
|
as [raw LaTeX]{.term
|
||
|
lem="Raw code"
|
||
|
def="Code inserted **untouched** in the output."
|
||
|
}, not as Markdown.
|
||
|
|
||
|
(From Pandoc manual)
|