-
-
Notifications
You must be signed in to change notification settings - Fork 62.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(books-bn): split bangla books - courses #6626
chore(books-bn): split bangla books - courses #6626
Conversation
99:1-100:121 warning Incorrect number of blank lines between last section and next heading blank-lines-1-0-2 remark-lint
Conflicts with #6621 |
Completes commit 4fdbe13
what do the "waiting to add in" comments mean? |
C, C++ C#, produces the same non-meaningful hash more or less: c, c_1, c_2. So It's for having the section defined with the "special alias" but not rendered. Therefore if someone add resources, not is necessary to be worried about homogenize with the listings in other languages. Let me know if removing sections is preferred |
Could you put it in markdown comments? The students I'm working with are parsing the markdown lists into JSON files, and markdown comments should be safer. |
Hack using link references syntax [//]: # (whatever you want) [//]: # ( whatever you want multiline )
Done at 42f5750 There are not a special syntax for Markdown but can be simulated with a wide adopted hack using link references to be compatible with all engines. [//]: # (whatever you want single line)
[//]: # (
whatever multiline
you
want
) Kramdown engine have extensions like: {::comment}
whatever you want...
....
{:/comment} but doesn't work in GitHub preview. In GitHub Pages with Jekyll yes. Recomended wrap hacks by empty lines In anyway... HTML tags should be stripped / escaped / converted to plain text in this parser We need check the rest of files |
let's remove them and add notes to CONTRIBUTING instead |
What does this PR do?
Add info | Improve repo
Splits
free-programming-books-bn.md
into two files, moving tofree-courses-bn.md
the YouTube videos.Moreover, some minor reorganizations was made to address with consistency of listings (#4579):
Android
)Android
)Bootstrap
)HTML and CSS :: Bootstrap
)C
) ✂️ courses::(C
)C++
)C++
)C Sharp
)C#
)Competitive Programming
) 🔃 books::(Algorithms
)CSS
)HTML and CSS
)Dart
,Flutter
,Git
,Go
)Dart
,Flutter
,Git
,Go
)HTML
)HTML and CSS
)Java
,JavasScript
) ✂️ courses::(Java
,JavasScript
)jQuery
,NodeJS
,ReactJS
)JavasScript :: jQuery
,JavasScript :: Node.js
,JavasScript :: React
)Kotlin
,MySQL
,PHP
,Svelte
,TypeScript
)Kotlin
,MySQL
,PHP
,Svelte
,TypeScript
)Python
) ✂️ courses::(Python
)OOP
)Programming Paradigms
)Visual Studio Code
)IDE and editors
)Why is this valuable (or not)?
Implements #6591, Resolves #6591
Checklist:
Follow-up