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
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,39 @@ CSHTML is a markup language created by Microsoft for ASP.NET MVC and ASP.NET Cor
6
6
7
7
For more about the CSHTML Razor syntax here: https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor.
8
8
9
-
###Usage
9
+
## Usage
10
10
11
-
Simply include the `highlight.js`script package in your webpage or node app, load up this module and apply it to `hljs`.
11
+
Simply include the `Highlight.js`library in your webpage or Node app, then load this module.
12
12
13
-
If you're not using a build system and just want to embed this in your webpage:
13
+
### Static website or simple usage
14
+
Simply load the module after loading Highlight.js. You'll use the minified version found in the dist directory. This module is just a CDN build of the language, so it will register itself as the Javascript is loaded.
0 commit comments