Skip to content
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

Markdown extension and grammar #1

Open
EleazarLopezOsuna opened this issue Apr 22, 2022 · 0 comments
Open

Markdown extension and grammar #1

EleazarLopezOsuna opened this issue Apr 22, 2022 · 0 comments

Comments

@EleazarLopezOsuna
Copy link

Extension problems

Your Week 1 and Week 2 files must have ".md" extension for them to be shown properly.


Grammar

Also, when you use ``` you must close them right after the code you want to show ends.


Recommendation

For better understanding of the code you are showing between ``` use the appropriate language name for example you are using assembly as language for the following code

function addBinary(x,y) {
  return (x+y).toString(2)
}

Try changing the assembly property to javascript and you will have something like this

function addBinary(x,y) {
  return (x+y).toString(2)
}

As you can see it's more readable


If you need help with something please let me know, I'll be pleased to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant