mirror of
https://github.com/JoshuaJakowlew/cppfaq.git
synced 2025-12-17 12:34:34 +03:00
Fixed \t symbol rendering
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
### ✅ Курсы по С++ для начинающих и не только
|
||||
{
|
||||
|
||||
`\tusing faq::study;`
|
||||
using faq::study;
|
||||
|
||||
- ["Искусство разработки на современном C++" от МФТИ](https://ru.coursera.org/specializations/c-plus-plus-modern-development)
|
||||
- const Course cppDev = \[\](const CourseProvider &OTUS) { return OTUS.extractCourseByName(["Разработчик C++ 2020"](https://vk.cc/awLtsT)); };
|
||||
|
||||
Reference in New Issue
Block a user