Fix markdown in <summary> element due to handle changed GitHub rendering

This commit is contained in:
Brian Beck 2017-03-17 21:35:13 -07:00
parent 244f5cb01d
commit 8da2911046
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
You may also be interested in reading the [schema in GraphQL syntax](schema.md).
<details><summary>**Table of Contents**</summary><p><ul>
<details><summary><strong>Table of Contents</strong></summary><p><ul>
<li>[Query](#query)</li>
<li>[Objects](#objects)<ul>
<li>[Alias](#alias)</li>

View file

@ -93,7 +93,7 @@ console.log('# Schema Types\n')
console.log('You may also be interested in reading the [schema in GraphQL syntax](schema.md).\n')
console.log('<details><summary>**Table of Contents**</summary><p><ul>')
console.log('<details><summary><strong>Table of Contents</strong></summary><p><ul>')
console.log(' <li>[Query](#query)</li>')
console.log(' <li>[Objects](#objects)<ul>')
objects.forEach(type => {