Skip to content

Commit af32758

Browse files
authored
Inline a few partials (#7142)
1 parent c488860 commit af32758

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

src/_includes/dartpad-embedded-troubleshooting.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/_includes/tools/utf-8.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/content/tools/sdk.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,14 @@ The Dart SDK includes two directories:
4040
[`dartaotruntime`](/tools/dartaotruntime)
4141
: A Dart runtime for AOT-compiled snapshots.
4242

43-
{% render 'tools/utf-8.md' %}
43+
To learn more about the SDK, check out its [README file][sdk-readme].
4444

45-
To learn more about the SDK, check out its [README file][readme].
45+
:::note
46+
The Dart language expects Dart code to be encoded using [UTF-8][utf8].
47+
:::
48+
49+
[sdk-readme]: {{site.repo.dart.sdk}}/blob/main/README.dart-sdk
50+
[utf8]: https://www.utf8.com/
4651

4752
## Support policy
4853

@@ -77,5 +82,4 @@ go to [the SDK issue tracker][sdk-issues].
7782

7883
[Dart libraries]: /libraries
7984
[flutter]: {{site.flutter-docs}}/get-started/install
80-
[readme]: {{site.repo.dart.sdk}}/blob/main/README.dart-sdk
8185
[sdk-issues]: {{site.repo.dart.sdk}}/issues

0 commit comments

Comments
 (0)