mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 20:28:38 +00:00
* Move remarkable plugins to website/lib * Bypass escaped delimiter * Add redirect page * Include stylesheet in the documentation for versioning
11 lines
280 B
HTML
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>
|