From 1d7c74e9b5c416c58b66246a6bbc907399fe9083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=A1=E8=BF=9C=E8=8D=A3?= <416828041@qq.com> Date: Sat, 16 Feb 2019 00:15:44 +0800 Subject: Syntax highlighting on the website paegs (#1780) --- website/index.html | 20 ++++++++++++++++---- website/manual.html | 11 +++++++++++ website/manual.md | 6 +++--- website/style.css | 9 +++++++++ website/style_guide.html | 11 +++++++++++ 5 files changed, 50 insertions(+), 7 deletions(-) diff --git a/website/index.html b/website/index.html index ffd83a253..156c9f946 100644 --- a/website/index.html +++ b/website/index.html @@ -3,6 +3,10 @@
Or a more complex one:
-
-import { serve } from "https://deno.land/x/http/server.ts";
+ import { serve } from "https://deno.land/x/http/server.ts";
const s = serve("0.0.0.0:8000");
async function main() {
@@ -109,7 +111,7 @@ async function main() {
}
}
-main();
+main();