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,50 +457,50 @@ This is an direct shameful copy of the documentation pulled from [KaTeX](https:/
|
||||
| \hookleftarrow | $\hookleftarrow$ | |
|
||||
| \hookrightarrow | $\hookrightarrow$ | |
|
||||
| \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` |
|
||||
| \hslash | $\hslash$ | |
|
||||
| \hspace | $s\hspace7ex k$ | `s\hspace7ex k` |
|
||||
| \htmlClass | $\htmlClass{foo}{x}$ | `\htmlClass{foo}{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` [option](options.md) |
|
||||
| \htmlId | $\htmlId{bar}{x}$ | `\htmlId{bar}{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` [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` |
|
||||
| \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` |
|
||||
| \huge | $\huge huge$ | `\huge huge` |
|
||||
| \Huge | $\Huge Huge$ | `\Huge Huge` |
|
||||
|
||||
## I
|
||||
|
||||
| Symbol/Function | Rendered | Source or Comment |
|
||||
| :--------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| \i | $\text{\i}$ | `\text{\i}` |
|
||||
| \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) |
|
||||
| \if | <span style="color:firebrick;">Not supported</span> | [Issue #1003](https://github.com/KaTeX/KaTeX/issues/1003) |
|
||||
| \iff | $A\iff B$ | `A\iff B` |
|
||||
| \ifmode | <span style="color:firebrick;">Not supported</span> | [Issue #1003](https://github.com/KaTeX/KaTeX/issues/1003) |
|
||||
| \ifx | <span style="color:firebrick;">Not supported</span> | [Issue #1003](https://github.com/KaTeX/KaTeX/issues/1003) |
|
||||
| \iiiint | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \iiint | $\iiint$ | |
|
||||
| \iint | $\iint$ | |
|
||||
| \Im | $\Im$ | |
|
||||
| \image | $\image$ | |
|
||||
| \imath | $\imath$ | |
|
||||
| \impliedby | $P\impliedby Q$ | `P\impliedby Q` |
|
||||
| \implies | $P\implies Q$ | `P\implies Q` |
|
||||
| \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) |
|
||||
| \inf | $\inf$ | |
|
||||
| \infin | $\infin$ | |
|
||||
| \infty | $\infty$ | |
|
||||
| \injlim | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \int | $\int$ | |
|
||||
| \intercal | $\intercal$ | |
|
||||
| \intop | $\intop$ | |
|
||||
| \Iota | $\Iota$ | |
|
||||
| \iota | $\iota$ | |
|
||||
| \isin | $\isin$ | |
|
||||
| \it | ${\it AaBb}$ | `{\it AaBb}` |
|
||||
| \itshape | <span style="color:firebrick;">Not supported</span> | |
|
||||
| Symbol/Function | Rendered | Source or Comment |
|
||||
| :--------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| \i | $\text{\i}$ | `\text{\i}` |
|
||||
| \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) |
|
||||
| \if | <span style="color:firebrick;">Not supported</span> | [Issue #1003](https://github.com/KaTeX/KaTeX/issues/1003) |
|
||||
| \iff | $A\iff B$ | `A\iff B` |
|
||||
| \ifmode | <span style="color:firebrick;">Not supported</span> | [Issue #1003](https://github.com/KaTeX/KaTeX/issues/1003) |
|
||||
| \ifx | <span style="color:firebrick;">Not supported</span> | [Issue #1003](https://github.com/KaTeX/KaTeX/issues/1003) |
|
||||
| \iiiint | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \iiint | $\iiint$ | |
|
||||
| \iint | $\iint$ | |
|
||||
| \Im | $\Im$ | |
|
||||
| \image | $\image$ | |
|
||||
| \imath | $\imath$ | |
|
||||
| \impliedby | $P\impliedby Q$ | `P\impliedby Q` |
|
||||
| \implies | $P\implies Q$ | `P\implies Q` |
|
||||
| \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` |
|
||||
| \inf | $\inf$ | |
|
||||
| \infin | $\infin$ | |
|
||||
| \infty | $\infty$ | |
|
||||
| \injlim | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \int | $\int$ | |
|
||||
| \intercal | $\intercal$ | |
|
||||
| \intop | $\intop$ | |
|
||||
| \Iota | $\Iota$ | |
|
||||
| \iota | $\iota$ | |
|
||||
| \isin | $\isin$ | |
|
||||
| \it | ${\it AaBb}$ | `{\it AaBb}` |
|
||||
| \itshape | <span style="color:firebrick;">Not supported</span> | |
|
||||
|
||||
## JK
|
||||
|
||||
@ -1084,43 +1084,43 @@ This is an direct shameful copy of the documentation pulled from [KaTeX](https:/
|
||||
|
||||
## U
|
||||
|
||||
| Symbol/Function | Rendered | Source or Comment |
|
||||
| :------------------- | :-------------------------------------------------- | :--------------------------------------------------------------- |
|
||||
| \u | $\text{\u{a}}$ | `\text{\u{a}}` |
|
||||
| \Uarr | $\Uarr$ | |
|
||||
| \uArr | $\uArr$ | |
|
||||
| \uarr | $\uarr$ | |
|
||||
| \ulcorner | $\ulcorner$ | |
|
||||
| \underbrace | $\underbrace{x+⋯+x}_{n\text{ times}}$ | `\underbrace{x+⋯+x}_{n\text{ times}}` |
|
||||
| \underbracket | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \undergroup | $\undergroup{AB}$ | `\undergroup{AB}` |
|
||||
| \underleftarrow | $\underleftarrow{AB}$ | `\underleftarrow{AB}` |
|
||||
| \underleftrightarrow | $\underleftrightarrow{AB}$ | `\underleftrightarrow{AB}` |
|
||||
| \underrightarrow | $\underrightarrow{AB}$ | `\underrightarrow{AB}` |
|
||||
| \underline | $\underline{\text{a long argument}}$ | `\underline{\text{a long argument}}` |
|
||||
| \underlinesegment | $\underlinesegment{AB}$ | `\underlinesegment{AB}` |
|
||||
| \underparen | <span style="color:firebrick;">Not supported</span> | See `\undergroup` |
|
||||
| \underrightarrow | $\underrightarrow{AB}$ | `\underrightarrow{AB}` |
|
||||
| \underset | $\underset{!}{=}$ | `\underset{!}{=}` |
|
||||
| \unicode | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \unlhd | $\unlhd$ | |
|
||||
| \unrhd | $\unrhd$ | |
|
||||
| \up | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \Uparrow | $\Uparrow$ | |
|
||||
| \uparrow | $\uparrow$ | |
|
||||
| \Updownarrow | $\Updownarrow$ | |
|
||||
| \updownarrow | $\updownarrow$ | |
|
||||
| \upharpoonleft | $\upharpoonleft$ | |
|
||||
| \upharpoonright | $\upharpoonright$ | |
|
||||
| \uplus | $\uplus$ | |
|
||||
| \uproot | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \upshape | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \Upsilon | $\Upsilon$ | |
|
||||
| \upsilon | $\upsilon$ | |
|
||||
| \upuparrows | $\upuparrows$ | |
|
||||
| \urcorner | $\urcorner$ | |
|
||||
| \url | $\footnotesize\url{https://katex.org/}$ | `\url{https://katex.org/}` Requires `trust` [option](options.md) |
|
||||
| \utilde | $\utilde{AB}$ | `\utilde{AB}` |
|
||||
| Symbol/Function | Rendered | Source or Comment |
|
||||
| :------------------- | :-------------------------------------------------- | :------------------------------------------ |
|
||||
| \u | $\text{\u{a}}$ | `\text{\u{a}}` |
|
||||
| \Uarr | $\Uarr$ | |
|
||||
| \uArr | $\uArr$ | |
|
||||
| \uarr | $\uarr$ | |
|
||||
| \ulcorner | $\ulcorner$ | |
|
||||
| \underbrace | $\underbrace{x+⋯+x}_{n\text{ times}}$ | `\underbrace{x+⋯+x}_{n\text{ times}}` |
|
||||
| \underbracket | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \undergroup | $\undergroup{AB}$ | `\undergroup{AB}` |
|
||||
| \underleftarrow | $\underleftarrow{AB}$ | `\underleftarrow{AB}` |
|
||||
| \underleftrightarrow | $\underleftrightarrow{AB}$ | `\underleftrightarrow{AB}` |
|
||||
| \underrightarrow | $\underrightarrow{AB}$ | `\underrightarrow{AB}` |
|
||||
| \underline | $\underline{\text{a long argument}}$ | `\underline{\text{a long argument}}` |
|
||||
| \underlinesegment | $\underlinesegment{AB}$ | `\underlinesegment{AB}` |
|
||||
| \underparen | <span style="color:firebrick;">Not supported</span> | See `\undergroup` |
|
||||
| \underrightarrow | $\underrightarrow{AB}$ | `\underrightarrow{AB}` |
|
||||
| \underset | $\underset{!}{=}$ | `\underset{!}{=}` |
|
||||
| \unicode | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \unlhd | $\unlhd$ | |
|
||||
| \unrhd | $\unrhd$ | |
|
||||
| \up | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \Uparrow | $\Uparrow$ | |
|
||||
| \uparrow | $\uparrow$ | |
|
||||
| \Updownarrow | $\Updownarrow$ | |
|
||||
| \updownarrow | $\updownarrow$ | |
|
||||
| \upharpoonleft | $\upharpoonleft$ | |
|
||||
| \upharpoonright | $\upharpoonright$ | |
|
||||
| \uplus | $\uplus$ | |
|
||||
| \uproot | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \upshape | <span style="color:firebrick;">Not supported</span> | |
|
||||
| \Upsilon | $\Upsilon$ | |
|
||||
| \upsilon | $\upsilon$ | |
|
||||
| \upuparrows | $\upuparrows$ | |
|
||||
| \urcorner | $\urcorner$ | |
|
||||
| \url | $\footnotesize\url{https://katex.org/}$ | `\url{https://katex.org/}` Requires `trust` |
|
||||
| \utilde | $\utilde{AB}$ | `\utilde{AB}` |
|
||||
|
||||
## V
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user