1
0
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:
sakex 2023-09-26 23:57:06 +02:00
parent 748990d78b
commit dae757fe98
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<button id="language-toggle{{ counter }}" class="icon-button" type="button" <button id="language-toggle{{ counter }}" class="icon-button" type="button"
title="Change language" aria-label="Change language" title="Change language" aria-label="Change language"
aria-haspopup="true" aria-expanded="false" 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> <i class="fa fa-globe"></i>
</button> </button>
<ul id="language-list{{ counter }}" class="theme-popup" aria-label="Languages" <ul id="language-list{{ counter }}" class="theme-popup" aria-label="Languages"

View File

@ -4,6 +4,13 @@
[![GitHub contributors](https://img.shields.io/github/contributors/google/comprehensive-rust?style=flat-square)](https://github.com/google/comprehensive-rust/graphs/contributors) [![GitHub contributors](https://img.shields.io/github/contributors/google/comprehensive-rust?style=flat-square)](https://github.com/google/comprehensive-rust/graphs/contributors)
[![GitHub stars](https://img.shields.io/github/stars/google/comprehensive-rust?style=flat-square)](https://github.com/google/comprehensive-rust/stargazers) [![GitHub stars](https://img.shields.io/github/stars/google/comprehensive-rust?style=flat-square)](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 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 the full spectrum of Rust, from basic syntax to advanced topics like generics
and error handling. and error handling.