mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Fix markdown in <summary> element due to handle changed GitHub rendering
This commit is contained in:
parent
244f5cb01d
commit
8da2911046
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue