We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some files use a back and forward slash in all code end tags <\/code>. https://github.com/twostraws/Unwrap/blob/52d0a7a9c19c6bb78b7ea8c168a18838bc4ccefd/Unwrap/Content/SixtySeconds/implicitly-unwrapped-optionals.json
<\/code>
But here's a file with a single backslash and forward slash <\/code> in the hint, and only forward slashes </code> in the rest of the file: https://github.com/twostraws/Unwrap/blob/52d0a7a9c19c6bb78b7ea8c168a18838bc4ccefd/Unwrap/Content/SixtySeconds/access-control.json
</code>
And here's a file with only forward slashes </code>: https://github.com/twostraws/Unwrap/blob/52d0a7a9c19c6bb78b7ea8c168a18838bc4ccefd/Unwrap/Activities/Practice/RearrangeTheLines/RearrangeTheLines.json
A quick google search didn't turn up much, for the difference between a back and forward slash <\/code>, compared to just a forward slash </code>.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some files use a back and forward slash in all code end tags
<\/code>
.https://github.com/twostraws/Unwrap/blob/52d0a7a9c19c6bb78b7ea8c168a18838bc4ccefd/Unwrap/Content/SixtySeconds/implicitly-unwrapped-optionals.json
But here's a file with a single backslash and forward slash
<\/code>
in the hint,and only forward slashes
</code>
in the rest of the file:https://github.com/twostraws/Unwrap/blob/52d0a7a9c19c6bb78b7ea8c168a18838bc4ccefd/Unwrap/Content/SixtySeconds/access-control.json
And here's a file with only forward slashes
</code>
:https://github.com/twostraws/Unwrap/blob/52d0a7a9c19c6bb78b7ea8c168a18838bc4ccefd/Unwrap/Activities/Practice/RearrangeTheLines/RearrangeTheLines.json
A quick google search didn't turn up much,
for the difference between a back and forward slash
<\/code>
,compared to just a forward slash
</code>
.The text was updated successfully, but these errors were encountered: