Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 743 Bytes

sample.md

File metadata and controls

48 lines (36 loc) · 743 Bytes
author title
me
Thesis

Section 1

Thanks everyone!

// file-a has just a paragraph
file-a.md
// file-b contains a header
file-b.md

Different format

// org-mode file
file-d.org

Recursive transclusion

// this will also include file-a.md
file-f.md

Subdirectories

// file-g.md includes an image and source code. The relative
// path used in file-g.md will be prefixed with subdir in the
// final document.
subdir/file-g.md

Appendix

More info goes here.

// headings in included documents are shifted down a level,
// a level 1 heading becomes level 2.
file-c.md