From 1c2d9d4a48d082a45976cc29615dadf80c1d164d Mon Sep 17 00:00:00 2001 From: Erik Demaine Date: Thu, 21 Feb 2019 02:08:22 -0500 Subject: [PATCH] Fix link between support pages (#1854) Fix #1853 by removing `./` in URLs which Docusaurus doesn't translate. --- docs/support_table.md | 2 +- docs/supported.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/support_table.md b/docs/support_table.md index 25af7ac8..e1972ff1 100644 --- a/docs/support_table.md +++ b/docs/support_table.md @@ -2,7 +2,7 @@ id: support_table title: Support Table --- -This is a list of TeX functions, sorted alphabetically. This list includes functions that KaTeX supports and some that it doesn't support. There is a similar page, with functions [sorted by type](./supported.md). +This is a list of TeX functions, sorted alphabetically. This list includes functions that KaTeX supports and some that it doesn't support. There is a similar page, with functions [sorted by type](supported.md). If you know the shape of a character, but not its name, [Detexify](http://detexify.kirelabs.org/classify.html) can help. diff --git a/docs/supported.md b/docs/supported.md index 54b61f9f..c716d1c0 100644 --- a/docs/supported.md +++ b/docs/supported.md @@ -4,7 +4,7 @@ title: Supported Functions --- This is a list of TeX functions supported by KaTeX. It is sorted into logical groups. -There is a similar [Support Table](./support_table.md), sorted alphabetically, that lists both supported and un-supported functions. +There is a similar [Support Table](support_table.md), sorted alphabetically, that lists both supported and un-supported functions.