Skip to content

Commit

Permalink
Remove bash tags from the console API tutorial (mdn#31163)
Browse files Browse the repository at this point in the history
* Remove bash tags from the console API tutorial

This output certainly isn't bash, but is labeled and highlighted as such in the rendered doc.  Seems best to remove it.

* Change to text, as a language is required

* Update files/en-us/web/api/console/index.md

Co-authored-by: wbamberg <[email protected]>

* Update files/en-us/web/api/console/index.md

Co-authored-by: wbamberg <[email protected]>

---------

Co-authored-by: wbamberg <[email protected]>
  • Loading branch information
2 people authored and dipikabh committed Jan 17, 2024
1 parent aeea52a commit 94731ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/api/console/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ console.log(someObject);

The output looks something like this:

```bash
```plain
{str:"Some text", id:5}
```

Expand All @@ -105,7 +105,7 @@ console.info("My first car was a", car, ". The object is:", someObject);

The output will look like this:

```bash
```plain
My first car was a Dodge Charger. The object is: {str:"Some text", id:5}
```

Expand Down

0 comments on commit 94731ab

Please sign in to comment.