diff options
author | Marvin Borner | 2023-11-11 23:52:05 +0100 |
---|---|---|
committer | Marvin Borner | 2023-11-11 23:52:05 +0100 |
commit | bd1b6690c6847532e59841149b89bc7a8469f586 (patch) | |
tree | 4ed0d168bbee358fb648705dc675d6b1371ee528 /docs/content.template | |
parent | ff53e25945776668d12156193fa5bd7694055174 (diff) |
Added basic syntax highlighting to wiki
Diffstat (limited to 'docs/content.template')
-rw-r--r-- | docs/content.template | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/content.template b/docs/content.template index a2d5c6e..470acb4 100644 --- a/docs/content.template +++ b/docs/content.template @@ -4,14 +4,17 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" href="content.css" type="text/css" media="all"> + <link rel="stylesheet" href="code.css" type="text/css" media="all"> <title>bruijn std/NAME</title> </head> <body> <h1>NAME</h1> <pre> +<code class="language-bruijn"> CONTENT +</code> </pre> - <script src="content.js" charset="utf-8"></script> + <script src="code.js" charset="utf-8"></script> </body> </html> |