Include margin-notes.lua
This commit is contained in:
24
margin-notes/sample.md
Normal file
24
margin-notes/sample.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
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)
|
||||
Reference in New Issue
Block a user