Skip to content

All Features

Nemo edited this page Jul 1, 2021 · 2 revisions

This document contains all possible edgecases and features that we might want in pystitcher down the line

title: Hello World
summary: Summary
author: Author Name
keywords: list, of, keywords

# Book Title goes here

## Chapter 1

[Scene 1](scene1-1.pdf)
[Scene 2](scene1-2.pdf)

## Chapter 2

[Scene 1](scene2-1.pdf)
[Scene 2](scene2-2.pdf)

## Chapter 3

### Scene 1

```
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Id enim natura desiderat. Sin aliud quid voles, postea. Igitur ne dolorem quidem. Ostendit pedes et pectus.

![Photograph for 3-1](img/3-1.jpg)
```

### Scene _X_

```
Notice the emphasis on (X) above in the Scene Title.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Id enim natura desiderat. Sin aliud quid voles, postea. Igitur ne dolorem quidem. Ostendit pedes et pectus.

![Photograph for 3-1](img/3-1.jpg)
```

## Chapter 4

```
We can quote inline [content][1]:

> This is a [blockquote][2]

and create lists:

1. First item
1. Second item
1. Third item
1. Fourth item 

- First item
- Second item
- Third item
    - Indented item
    - Indented item
- Fourth item 

And create a [pagebreak][1] by using a double HR

------

Normal horizontal rules can be created as normal:

---

You can resolve references here or at the bottom of the doc:

[1]: https://example.com

```

[2]: https://example.com

Clone this wiki locally