Skip to content

Commit f163328

Browse files
committed
Fix formatting of TSC footer
1 parent 915c011 commit f163328

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

GraphQL-TSC.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -224,30 +224,23 @@ Projects are encouraged (but not required) to adopt the practice of including [S
224224
GraphQL projects should use one of the following notices on their websites, as appropriate:
225225

226226
##### For HTML sites
227+
227228
> ```
229+
> <hr>
228230
> Copyright Joint Development Foundation Projects, LLC, GraphQL Series.<br>
229-
> <a href="https://graphql.org">graphql.org</a> |
230-
> <a href="https://spec.graphql.org">Spec</a> |
231-
> <a href="https://github.com/graphql">GitHub</a> |
232-
> <a href="https://foundation.graphql.org">GraphQL Foundation</a> |
233-
> <a href="https://code-of-conduct.graphql.org">Code of Conduct</a> |
234-
> <a href="https://slack.graphql.org">Slack</a> |
235-
> <a href="https://store.graphql.org">Store</a>
231+
> <a href="https://graphql.org">graphql.org</a> | <a href="https://spec.graphql.org">Spec</a> | <a href="https://github.com/graphql">GitHub</a> | <a href="https://foundation.graphql.org">GraphQL Foundation</a> | <a href="https://code-of-conduct.graphql.org">Code of Conduct</a> | <a href="https://slack.graphql.org">Slack</a> | <a href="https://store.graphql.org">Store</a>
236232
> ```
237233
238234
##### For markdown sites, including GitHub READMEs
239235
240236
> ```
241237
> ---
242-
>
243-
> Copyright Joint Development Foundation Projects, LLC, GraphQL Series.
244-
[graphql.org](https://graphql.org) | [Spec](https://spec.graphql.org) | [GitHub](https://github.com/graphql) | [GraphQL Foundation](https://foundation.graphql.org) | [Code of Conduct](https://code-of-conduct.graphql.org) | [Slack](https://slack.graphql.org) | [Store](https://store.graphql.org)
238+
> Copyright Joint Development Foundation Projects, LLC, GraphQL Series.<br>
239+
> [graphql.org](https://graphql.org) | [Spec](https://spec.graphql.org) | [GitHub](https://github.com/graphql) | [GraphQL Foundation](https://foundation.graphql.org) | [Code of Conduct](https://code-of-conduct.graphql.org) | [Slack](https://slack.graphql.org) | [Store](https://store.graphql.org)
245240
> ```
246241
247-
248242
---
249-
250-
Copyright Joint Development Foundation Projects, LLC, GraphQL Series.
243+
Copyright Joint Development Foundation Projects, LLC, GraphQL Series.<br>
251244
[graphql.org](https://graphql.org) | [Spec](https://spec.graphql.org) | [GitHub](https://github.com/graphql) | [GraphQL Foundation](https://foundation.graphql.org) | [Code of Conduct](https://code-of-conduct.graphql.org) | [Slack](https://slack.graphql.org) | [Store](https://store.graphql.org)
252245
253246
<!-- LF Projects -->

0 commit comments

Comments
 (0)