-
Notifications
You must be signed in to change notification settings - Fork 972
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
Quotation mark bug fix in docs #2005
Conversation
Changed double quotation mark " to single quotation ', otherwise the code doesn't work.
Why would double quotes not work? I'm only using them everywhere |
I should have been more clear in my communication.
You have nested quotation marks here. That means that the code above gets interpreted as // Text
"{{/* get_url(path="
//Html
@/blog/_index.md
// Text
") */}}" Does my example make sense? I think it is only a problem here, but if you accept my pull request I can look through all of the documentation for similar problems. What do you think? |
Why would you have newlines in there? |
There should not be newlines. I was just trying to emphasize my point. Do you understand why the code doesn't work? |
I don't sorry, I must be dense 😿 |
Perhaps @YesSeri means syntax highlighting is broken in some editors? |
Changed double quotation mark " to single quotation ', otherwise the code doesn't work.
Changed double quotation mark " to single quotation ', otherwise the code doesn't work.
Sanity check: