mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
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:
10
website/static/function-support.html
Normal file
10
website/static/function-support.html
Normal 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>
|
Reference in New Issue
Block a user