Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
skrysmanski committed Mar 3, 2024
1 parent d497d7c commit c50dcd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"editorconfig",
"finalizer",
"Finalizers",
"flexbox",
"fontawesome",
"fortawesome",
"goldmark",
Expand Down
4 changes: 2 additions & 2 deletions content/articles/hugo/test-pages/code-block-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ topics:

This page lists various code blocks to test Hugo code blocks.

For supported languages and their names, see: <https://gohugo.io/content-management/syntax-highlighting/#list-of-chroma-highlighting-languages>
For supported languages and their names, see: <https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md>

## Unstyled

Expand Down Expand Up @@ -48,7 +48,7 @@ namespace PInvokeTest {

## Line Highlights

```c# {hl_lines="1 6 8 13 16 17"}
```c# {hl_lines="1-3;6 8,13 16 17"}
// This is a very long line that will intersect with the language text and copy button if we're not careful.
using System;
using System.Collections.Generic;
Expand Down

0 comments on commit c50dcd1

Please sign in to comment.