Improve supported functions documentation 2 (#1576)

* Move remarkable plugins to website/lib

* Bypass escaped delimiter

* Add redirect page

* Include stylesheet in the documentation for versioning
This commit is contained in:
ylemkimon
2018-08-09 21:54:58 +09:00
committed by GitHub
parent 8fb92f6866
commit eab8f24333
6 changed files with 28 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Function Support in KaTeX</title>
<meta http-equiv="refresh" content="0;URL='./docs/supported.html'" />
</head>
<body>
<p>This page has moved to the <a href="./docs/supported.html">documentation</a>.</p>
</body>
</html>