fix: Use Markdown instead of HTML markup for H3 & H4 headings (#6689)

* fix: Markdown markup for `C++` heading

* fix: Markdown markup for `Дизайн и Aрхитектура` heading

* fix: Markdown H4 markup for `Next.js` heading

* fix: Markdown H3 markup for `C#` heading
This commit is contained in:
David Ordás
2022-01-31 18:02:06 +01:00
committed by GitHub
parent de2f31976f
commit 180a96757f
41 changed files with 95 additions and 101 deletions

View File

@ -4,7 +4,7 @@
* [Artificial Intelligence](#artificial-intelligence)
* [Bash](#bash)
* [C](#c)
* [C#](#c-sharp)
* [C#](#csharp)
* [C++](#cpp)
* [Clojure](#clojure)
* [Data Science](#data-science)
@ -63,7 +63,7 @@
* [The C Cheat Sheet: An Introduction to Programming in C](https://sites.ualberta.ca/~ygu/courses/geoph624/codes/C.CheatSheet.pdf) - Andrew Sterian (PDF)
### <a name="c-sharp"></a>C#
### <a name="csharp"></a>C\#
* [C# Cheat Sheet](https://simplecheatsheet.com/tag/c-cheat-sheet-1/) - Simple Cheat Sheet (HTML)

View File

@ -4,7 +4,7 @@
* [Android](#android)
* [Bash](#bash)
* [C](#c)
* [C#](#c-sharp)
* [C#](#csharp)
* [C++](#cpp)
* [Clojure](#clojure)
* [Cloud Computing](#cloud-computing)
@ -70,7 +70,7 @@
* [Learn C](http://www.learn-c.org) - Learn-C
### C Sharp
### <a name="csharp"></a>C\#
* [C# Tutorial](https://www.tutlane.com/tutorial/csharp) - tutlane
* [C# Tutorial](https://www.w3schools.com/cs) - W3Schools
@ -79,7 +79,7 @@
* [Learn C#](https://www.codecademy.com/learn/learn-c-sharp) - Codecademy
<h3 id="cpp">C++</h3>
### <a name="cpp"></a>C++
* [C++ Tutorial](https://www.w3schools.com/cpp) - W3Schools
* [CppKoans](https://github.com/torbjoernk/CppKoans)

View File

@ -61,7 +61,7 @@
* [SoloLearn](https://code.sololearn.com/c)
### <a name="csharp"></a>C#
### <a name="csharp"></a>C\#
* [SoloLearn](https://code.sololearn.com/csharp)