mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-08-31 11:22:19 +02:00
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:
@@ -4,7 +4,7 @@
|
||||
* [Bash](#bash)
|
||||
* [Brainfuck](#brainfuck)
|
||||
* [C](#c)
|
||||
* [C#](#c-sharp)
|
||||
* [C#](#csharp)
|
||||
* [C++](#cpp)
|
||||
* [CSS](#css)
|
||||
* [HTML](#html)
|
||||
@@ -36,12 +36,12 @@
|
||||
* [Kurs Programowania w C](https://www.youtube.com/playlist?list=PLgeFsJ0yZyikV_e8YDl5rixXu-H6wFIIZ)
|
||||
|
||||
|
||||
### C Sharp
|
||||
### <a name="csharp"></a>C\#
|
||||
|
||||
* [Podstawy programowania w języku C#](https://www.youtube.com/playlist?list=PLk5dbESAmUZh1cLITav0ZmDEqRujsPa93)
|
||||
|
||||
|
||||
<h3 id="cpp">C++</h3>
|
||||
### <a name="cpp"></a>C++
|
||||
|
||||
* [Kurs C++](https://www.youtube.com/playlist?list=PLE84826ABF088F7E8)
|
||||
* [Podejście obiektowe dla znających już podstawy C++ (VIDEO)](https://www.youtube.com/playlist?list=PLOYHgt8dIdozvOVheSRb_qPVU-4ZJA7uB) - Mirosław Zelent, Damian Stelmach
|
||||
|
Reference in New Issue
Block a user