mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-19 10:45:30 +08:00
219 B
219 B
% pandoc -f biblatex -t markdown -s
@book{item1,
Title = {The Title \textnormal{of this book}},
}
^D
---
nocite: "[@*]"
references:
- id: item1
title: "The title [of this book]{.nodecor}"
type: book
---