mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): typo test 38 (#61856)
This commit is contained in:
+1
-1
@@ -638,7 +638,7 @@ When the value of `#markdown-input` is `` followed by `
|
||||
|
||||
```js
|
||||
const input = document.querySelector("#markdown-input");
|
||||
input.value = "!\n";
|
||||
input.value = "\n";
|
||||
const testDiv = document.createElement("div");
|
||||
testDiv.innerHTML = convertMarkdown();
|
||||
const imgs = testDiv.querySelectorAll("img");
|
||||
|
||||
Reference in New Issue
Block a user