You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,9 @@ Pages are written in Markdown with additional shortcodes provided by the Doks th
26
26
documentation](<(https://getdoks.org/docs/start-here/getting-started/)>) for a complete list of features.
27
27
28
28
If you are editing pages related to custom commands, note that codeblocks support a custom `yag` language for accurate
29
-
syntax highlighting—do not use `go`. However, this feature is only enabled in production builds for performance, so `npm run dev` will _not_ highlight `yag` codeblocks. Use `npm run build` followed by `npm run preview` instead if you need to verify
30
-
that code is highlighted correctly.
29
+
syntax highlighting—do not use `go`. However, this feature is only enabled in production builds for performance, so
30
+
`npm run dev` will _not_ highlight `yag` codeblocks. Use `npm run build` followed by `npm run preview` instead if you
31
+
need to verify that code is highlighted correctly.
31
32
32
33
> [!TIP]
33
34
> If you use VSCode, this project provides custom workspace snippets to insert callouts, which you can activate in
0 commit comments