Files
KaTeX/website/static/function-support.html
ylemkimon eab8f24333 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
2018-08-09 21:54:58 +09:00

11 lines
280 B
HTML

<!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>