mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-21 23:45:42 +02:00
In Markdown rendering
This commit is contained in:
parent
748990d78b
commit
dae757fe98
@ -2,7 +2,7 @@
|
||||
<button id="language-toggle{{ counter }}" class="icon-button" type="button"
|
||||
title="Change language" aria-label="Change language"
|
||||
aria-haspopup="true" aria-expanded="false"
|
||||
aria-controls="language-list{{ counter }}" style="{{ attributes["style"] }}">
|
||||
aria-controls="language-list{{ counter }}" style="{{ attributes | get(key="style", default="") }}">
|
||||
<i class="fa fa-globe"></i>
|
||||
</button>
|
||||
<ul id="language-list{{ counter }}" class="theme-popup" aria-label="Languages"
|
||||
|
@ -4,6 +4,13 @@
|
||||
[](https://github.com/google/comprehensive-rust/graphs/contributors)
|
||||
[](https://github.com/google/comprehensive-rust/stargazers)
|
||||
|
||||
<LanguagePicker>
|
||||
</LanguagePicker>
|
||||
<LanguagePicker style="color: red;">
|
||||
</LanguagePicker>
|
||||
<LanguagePicker style="color: yellow;">
|
||||
</LanguagePicker>
|
||||
|
||||
This is a free Rust course developed by the Android team at Google. The course covers
|
||||
the full spectrum of Rust, from basic syntax to advanced topics like generics
|
||||
and error handling.
|
||||
|
Loading…
x
Reference in New Issue
Block a user