mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +00:00
fix: remove dead links from docs for successful build
This commit is contained in:
parent
f688cdbef4
commit
9a4bd2f41f
@ -457,21 +457,21 @@ This is an direct shameful copy of the documentation pulled from [KaTeX](https:/
|
|||||||
| \hookleftarrow | $\hookleftarrow$ | |
|
| \hookleftarrow | $\hookleftarrow$ | |
|
||||||
| \hookrightarrow | $\hookrightarrow$ | |
|
| \hookrightarrow | $\hookrightarrow$ | |
|
||||||
| \hphantom | $a\hphantom{bc}d$ | `a\hphantom{bc}d` |
|
| \hphantom | $a\hphantom{bc}d$ | `a\hphantom{bc}d` |
|
||||||
| \href | $\href{https://katex.org/}{\KaTeX}$ | `\href{https://katex.org/}{\KaTeX}` Requires `trust` [option](options.md) |
|
| \href | $\href{https://katex.org/}{\KaTeX}$ | `\href{https://katex.org/}{\KaTeX}` Requires `trust` |
|
||||||
| \hskip | $w\hskip1em i\hskip2em d$ | `w\hskip1em i\hskip2em d` |
|
| \hskip | $w\hskip1em i\hskip2em d$ | `w\hskip1em i\hskip2em d` |
|
||||||
| \hslash | $\hslash$ | |
|
| \hslash | $\hslash$ | |
|
||||||
| \hspace | $s\hspace7ex k$ | `s\hspace7ex k` |
|
| \hspace | $s\hspace7ex k$ | `s\hspace7ex k` |
|
||||||
| \htmlClass | $\htmlClass{foo}{x}$ | `\htmlClass{foo}{x}` Must enable `trust` and disable `strict` [option](options.md) |
|
| \htmlClass | $\htmlClass{foo}{x}$ | `\htmlClass{foo}{x}` Must enable `trust` and disable `strict` |
|
||||||
| \htmlData | $\htmlData{foo=a, bar=b}{x}$ | `\htmlData{foo=a, bar=b}{x}` Must enable `trust` and disable `strict` [option](options.md) |
|
| \htmlData | $\htmlData{foo=a, bar=b}{x}$ | `\htmlData{foo=a, bar=b}{x}` Must enable `trust` and disable `strict` |
|
||||||
| \htmlId | $\htmlId{bar}{x}$ | `\htmlId{bar}{x}` Must enable `trust` and disable `strict` [option](options.md) |
|
| \htmlId | $\htmlId{bar}{x}$ | `\htmlId{bar}{x}` Must enable `trust` and disable `strict` |
|
||||||
| \htmlStyle | $\htmlStyle{color: red;}{x}$ | `\htmlStyle{color: red;}{x}` Must enable `trust` and disable `strict` [option](options.md) |
|
| \htmlStyle | $\htmlStyle{color: red;}{x}$ | `\htmlStyle{color: red;}{x}` Must enable `trust` and disable `strict` |
|
||||||
| \huge | $\huge huge$ | `\huge huge` |
|
| \huge | $\huge huge$ | `\huge huge` |
|
||||||
| \Huge | $\Huge Huge$ | `\Huge Huge` |
|
| \Huge | $\Huge Huge$ | `\Huge Huge` |
|
||||||
|
|
||||||
## I
|
## I
|
||||||
|
|
||||||
| Symbol/Function | Rendered | Source or Comment |
|
| Symbol/Function | Rendered | Source or Comment |
|
||||||
| :--------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| :--------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| \i | $\text{\i}$ | `\text{\i}` |
|
| \i | $\text{\i}$ | `\text{\i}` |
|
||||||
| \idotsint | <span style="color:firebrick;">Not supported</span> | |
|
| \idotsint | <span style="color:firebrick;">Not supported</span> | |
|
||||||
| \iddots | <span style="color:firebrick;">Not supported</span> | [Issue #1223](https://github.com/KaTeX/KaTeX/issues/1223) |
|
| \iddots | <span style="color:firebrick;">Not supported</span> | [Issue #1223](https://github.com/KaTeX/KaTeX/issues/1223) |
|
||||||
@ -488,7 +488,7 @@ This is an direct shameful copy of the documentation pulled from [KaTeX](https:/
|
|||||||
| \impliedby | $P\impliedby Q$ | `P\impliedby Q` |
|
| \impliedby | $P\impliedby Q$ | `P\impliedby Q` |
|
||||||
| \implies | $P\implies Q$ | `P\implies Q` |
|
| \implies | $P\implies Q$ | `P\implies Q` |
|
||||||
| \in | $\in$ | |
|
| \in | $\in$ | |
|
||||||
| \includegraphics | $\includegraphics[height=0.8em, totalheight=0.9em, width=0.9em, alt=KA logo]{https://cdn.kastatic.org/images/apple-touch-icon-57x57-precomposed.new.png}$ | `\includegraphics[height=0.8em, totalheight=0.9em, width=0.9em, alt=KA logo]{https://cdn.kastatic.org/images/apple-touch-icon-57x57-precomposed.new.png}` Requires `trust` [option](options.md) |
|
| \includegraphics | $\includegraphics[height=0.8em, totalheight=0.9em, width=0.9em, alt=KA logo]{https://cdn.kastatic.org/images/apple-touch-icon-57x57-precomposed.new.png}$ | `\includegraphics[height=0.8em, totalheight=0.9em, width=0.9em, alt=KA logo]{https://cdn.kastatic.org/images/apple-touch-icon-57x57-precomposed.new.png}` Requires `trust` |
|
||||||
| \inf | $\inf$ | |
|
| \inf | $\inf$ | |
|
||||||
| \infin | $\infin$ | |
|
| \infin | $\infin$ | |
|
||||||
| \infty | $\infty$ | |
|
| \infty | $\infty$ | |
|
||||||
@ -1085,7 +1085,7 @@ This is an direct shameful copy of the documentation pulled from [KaTeX](https:/
|
|||||||
## U
|
## U
|
||||||
|
|
||||||
| Symbol/Function | Rendered | Source or Comment |
|
| Symbol/Function | Rendered | Source or Comment |
|
||||||
| :------------------- | :-------------------------------------------------- | :--------------------------------------------------------------- |
|
| :------------------- | :-------------------------------------------------- | :------------------------------------------ |
|
||||||
| \u | $\text{\u{a}}$ | `\text{\u{a}}` |
|
| \u | $\text{\u{a}}$ | `\text{\u{a}}` |
|
||||||
| \Uarr | $\Uarr$ | |
|
| \Uarr | $\Uarr$ | |
|
||||||
| \uArr | $\uArr$ | |
|
| \uArr | $\uArr$ | |
|
||||||
@ -1119,7 +1119,7 @@ This is an direct shameful copy of the documentation pulled from [KaTeX](https:/
|
|||||||
| \upsilon | $\upsilon$ | |
|
| \upsilon | $\upsilon$ | |
|
||||||
| \upuparrows | $\upuparrows$ | |
|
| \upuparrows | $\upuparrows$ | |
|
||||||
| \urcorner | $\urcorner$ | |
|
| \urcorner | $\urcorner$ | |
|
||||||
| \url | $\footnotesize\url{https://katex.org/}$ | `\url{https://katex.org/}` Requires `trust` [option](options.md) |
|
| \url | $\footnotesize\url{https://katex.org/}$ | `\url{https://katex.org/}` Requires `trust` |
|
||||||
| \utilde | $\utilde{AB}$ | `\utilde{AB}` |
|
| \utilde | $\utilde{AB}$ | `\utilde{AB}` |
|
||||||
|
|
||||||
## V
|
## V
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user