After May 2022, github are now accepting KATEX directly on markdown using $$$$
I'm trying to use the following letters on markdown using the $$$$ special characters to use the KATEX on my github but the following letters are not working.
| Code | Letter displayed | expected |
|---|---|---|
$$\N$$ |
$$\N$$ | ![]() |
$$\Z$$ |
$$\Z$$ | ![]() |
$$\Reals$$ |
$$\Reals$$ | ![]() |
$$\R$$ |
$$\R$$ | ![]() |
$$\natnums$$ |
$$\natnums$$ | ![]() |
in github:







