chore: HTML5 anchors compilant <a name= > <a id= (#6730)

* HTML5 anchors compilant `<a name=>` > `<a id=` for books

* HTML5 anchors compilant `<a name=>` > `<a id=` for courses

* HTML5 anchors compilant `<a name=>` > `<a id=` for contribs

* HTML5 anchors compilant `<a name=>` > `<a id=` for casts

* HTML5 anchors compilant `<a name=>` > `<a id=` for cheats

* HTML5 anchors compilant `<a name=>` > `<a id=` for interactives

* HTML5 anchors compilant `<a name=>` > `<a id=` for playgrounds
This commit is contained in:
David Ordás
2022-02-25 17:23:35 +01:00
committed by GitHub
parent 47bc198769
commit 0e9ad7e994
60 changed files with 140 additions and 143 deletions

View File

@@ -462,7 +462,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
* [TONC GBA Programming - Game Boy Advance Development](http://www.coranac.com/tonc/text/toc.htm)
### <a name="csharp"></a>C\#
### <a id="csharp"></a>C\#
* [C# Notes for Professionals](http://goalkicker.com/CSharpBook/) - Compiled from StackOverflow documentation (PDF)
* [C# Programming](https://en.wikibooks.org/wiki/C_Sharp_Programming) - Wikibooks
@@ -485,7 +485,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
* [Xamarin.Forms Succinctly](https://www.syncfusion.com/ebooks/xamarin-forms-succinctly) - Alessandro Del Sole
### <a name="cpp"></a>C++
### <a id="cpp"></a>C++
* [C++ Annotations](https://fbb-git.gitlab.io/cppannotations/) - Frank B. Brokken (HTML, PDF)
* [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md) - Editors: Bjarne Stroustrup, Herb Sutter