Skip to content

Commit 3d49aa5

Browse files
committed
add julia icon
1 parent 676b1a8 commit 3d49aa5

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Adding the one of the following classes adds an icon in the file tab. File an is
3737
- `.html`
3838
- `.css`
3939
- `.sass`
40+
- `.julia`
4041

4142
The `width` argument can be used directly in the code fence.
4243

_extensions/codewindow/codewindow.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ script.js
110110
```
111111
:::
112112

113+
::: {.codewindow .julia}
114+
script.jl
115+
```{sass}
116+
```
117+
:::
118+
113119
:::
114120

115121
::: {.column width="50%"}

0 commit comments

Comments
 (0)