# Please follow the general troubleshooting steps first:

- [ ] I read the README and followed the instructions.
- [ ] I am sure that the used CSL metadata follows the [CSL schema](https://github.com/citation-style-language/schema/blob/master/csl-data.json).
- [ ] I use a valid CSL stylesheet

### Bug reports:

Please replace this line with a brief summary of your issue

#### Used CSL stylesheet: ####

Please replace this line with the name of your used CSL stylesheet (i.e. chicago-author-date-16th-edition.csl) 

#### Used CSL metadata ####

Please replace these lines with your used metadata, for instance:

    [
        {
            "author": [
                {
                    "family": "Anderson", 
                    "given": "John"
                }, 
                {
                    "family": "Brown", 
                    "given": "John"
                }
            ], 
            "id": "ITEM-2", 
            "type": "book",
            "title": "Two authors writing a book"
        }
    ]
