Skip to content

Commit 3374f47

Browse files
authored
docs: fix mdlint block quote issue (#1387)
1 parent fe3e7ec commit 3374f47

File tree

1 file changed

+1
-1
lines changed
  • sources/academy/webscraping/scraping_basics_javascript/data_extraction

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_javascript/data_extraction/project_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Node.js and npm support two types of projects, let's call them legacy and modern
3939

4040
> More recent versions of npm might already have `"type": "commonjs",` pre-defined; if so, simply replace `commonjs` with `module`.
4141
42-
> If you want to learn more about JSON and its syntax, we recommend [this tutorial on MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON).
42+
If you want to learn more about JSON and its syntax, we recommend [this tutorial on MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON).
4343

4444
## Installing necessary libraries {#install-libraries}
4545

0 commit comments

Comments
 (0)