From 8da2911046c01b5c97fabb7c39256c0dfed871fe Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Fri, 17 Mar 2017 21:35:13 -0700 Subject: [PATCH] Fix markdown in element due to handle changed GitHub rendering --- docs/types.md | 2 +- scripts/render-types.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/types.md b/docs/types.md index 62e6cb7..e29292e 100644 --- a/docs/types.md +++ b/docs/types.md @@ -2,7 +2,7 @@ You may also be interested in reading the [schema in GraphQL syntax](schema.md). -
**Table of Contents**

    +
    Table of Contents

    • [Query](#query)
    • [Objects](#objects)
      • [Alias](#alias)
      • diff --git a/scripts/render-types.js b/scripts/render-types.js index 1e1fbb5..9c8cbf2 100644 --- a/scripts/render-types.js +++ b/scripts/render-types.js @@ -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('
        **Table of Contents**

          ') +console.log('
          Table of Contents

            ') console.log('
          • [Query](#query)
          • ') console.log('
          • [Objects](#objects)
              ') objects.forEach(type => {