| OLD | NEW |
| 1 # Dart | 1 # Dart |
| 2 | 2 |
| 3 [Dart][website] is an open-source, scalable programming language, with robust | 3 [Dart][website] is an open-source, scalable programming language, with robust |
| 4 libraries and runtimes, for building web, server, and mobile apps. | 4 libraries and runtimes, for building web, server, and mobile apps. |
| 5 | 5 |
| 6 ## Using Dart | 6 ## Using Dart |
| 7 | 7 |
| 8 Visit the [dartlang.org][website] to learn more about the | 8 Visit the [dartlang.org][website] to learn more about the |
| 9 [language][lang], [tools][tools], | 9 [language][lang], [tools][tools], |
| 10 [getting started][codelab], and more. | 10 [getting started][codelab], and more. |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 [website]: https://www.dartlang.org | 33 [website]: https://www.dartlang.org |
| 34 [license]: https://github.com/dart-lang/sdk/blob/master/LICENSE | 34 [license]: https://github.com/dart-lang/sdk/blob/master/LICENSE |
| 35 [repo]: https://github.com/dart-lang/sdk | 35 [repo]: https://github.com/dart-lang/sdk |
| 36 [lang]: https://www.dartlang.org/docs/dart-up-and-running/ch02.html | 36 [lang]: https://www.dartlang.org/docs/dart-up-and-running/ch02.html |
| 37 [tools]: https://www.dartlang.org/tools/ | 37 [tools]: https://www.dartlang.org/tools/ |
| 38 [codelab]: https://www.dartlang.org/codelabs/darrrt/ | 38 [codelab]: https://www.dartlang.org/codelabs/darrrt/ |
| 39 [dartbug]: http://dartbug.com | 39 [dartbug]: http://dartbug.com |
| 40 [contrib]: https://github.com/dart-lang/sdk/wiki/Contributing | 40 [contrib]: https://github.com/dart-lang/sdk/wiki/Contributing |
| 41 [pubsite]: https://pub.dartlang.org | 41 [pubsite]: https://pub.dartlang.org |
| 42 [patents]: https://github.com/dart-lang/sdk/blob/master/PATENTS | 42 [patents]: https://github.com/dart-lang/sdk/blob/master/PATENTS |
| 43 |
| OLD | NEW |