fix(curriculum): add backticks to double not notation in quiz-basic-html (#60976)

This commit is contained in:
Adarsh Gupta
2025-06-23 11:57:51 +05:30
committed by GitHub
parent db92673f0c
commit 700aa1182d
@@ -1395,7 +1395,7 @@ Both absolute and relative paths can be used to link to files within the same we
#### --answer--
Relative paths cannot use .. to move up directories, but absolute paths can.
Relative paths cannot use `..` to move up directories, but absolute paths can.
### --question--