You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Update comments section
Describe the solution you'd like
I want to add real like use of comment as examples:
// Change heading:document.getElementById("myH").innerHTML="My First Page";// Change paragraph:document.getElementById("myP").innerHTML="My first paragraph.";
I would like to restructure the markdown in following format
# Comments## Types of Comments### Single Line comments### Multi Line comments## Real life examples of comments
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Update comments section
Describe the solution you'd like
I want to add real like use of comment as examples:
I would like to restructure the markdown in following format
The text was updated successfully, but these errors were encountered: