diff options
| author | EnokMan <416828041@qq.com> | 2019-02-20 16:29:25 +0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-20 03:29:25 -0500 |
| commit | 8c6d6b2832d9bd39c4d6edee87a7489b780b8cde (patch) | |
| tree | d0aee049d0f7e4ea9fe149964ce6896f5333c74a /website/manual.html | |
| parent | 9076592a31211c562c82fc3f3cc8556ad231955b (diff) | |
Add section explaining resources and metrics to the manual (#1819)
Diffstat (limited to 'website/manual.html')
| -rw-r--r-- | website/manual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/manual.html b/website/manual.html index 0ce361838..ec2b55421 100644 --- a/website/manual.html +++ b/website/manual.html @@ -25,7 +25,7 @@ const response = await fetch(url); const content = await response.text(); - let converter = new showdown.Converter({ extensions: ["toc"] }); + let converter = new showdown.Converter({ extensions: ["toc"], tables: true }); let html = converter.makeHtml(content); const manual = document.getElementById("manual"); |
