This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf/test-files/2-pandoc.md

27 lines
538 B
Markdown
Raw Normal View History

2017-05-10 21:48:22 +01:00
### Referencing test
2017-04-27 19:53:30 +01:00
- [@nonexistent]
- @nonexistent
- @item1 says blah.
- @item1 [p. 30] says blah.
- @item1 [p. 30, with suffix] says blah.
- @item1 [-@item2 p. 30; see also @item3] says blah.
- A citation group [see @item1 p. 34-35; also @item3 chap. 3].
- Another one [see @item1 p. 34-35].
- Citation with a suffix and locator [@item1 pp. 33, 35-37, and nowhere else].
- Citation with suffix only [@item1 and nowhere else].
- With some markup [*see* @item1 p. **32**].
2017-05-17 19:58:29 +01:00
##### More referencing tests