Skip to content

Commit

Permalink
line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
coillarach committed Sep 6, 2024
1 parent f2f2873 commit 035c8f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
}
}

figure.higlight {
margin: inherit;
}

// IMAGES

.icon {
Expand Down
4 changes: 1 addition & 3 deletions tutorials/tools/vscode/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ Create a folder on your laptop where project workspaces will be created.

Change into that folder and use the command below to clone your repository, replacing <code>URL</code> with the one you copied in the previous step.

{% highlight shell %}
git clone URL
{% endhighlight %}
{% highlight shell %}git clone URL{% endhighlight %}

## 4. Install the .NET SDK

Expand Down

0 comments on commit 035c8f6

Please sign in to comment.