Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bill-xia/hexo-theme-mashiro
/ types & classes
Types & classes
42 in github.com/bill-xia/hexo-theme-mashiro
⨍
Functions
788
◇
Types & classes
42
Class
source/katex/katex.mjs:5
Class
source/katex/katex.mjs:58
Class
source/katex/katex.mjs:92
Class
source/katex/katex.mjs:395
Class
source/katex/katex.mjs:521
Class
source/katex/katex.mjs:987
Class
source/katex/katex.mjs:3439
Class
source/katex/katex.mjs:3961
Class
source/katex/katex.mjs:4003
Class
source/katex/katex.mjs:4038
Class
source/katex/katex.mjs:4106
Class
source/katex/katex.mjs:4235
Class
source/katex/katex.mjs:4280
Class
source/katex/katex.mjs:4310
Class
source/katex/katex.mjs:6578
Class
source/katex/katex.mjs:6673
Class
source/katex/katex.mjs:6711
Class
source/katex/katex.mjs:14889
Class
source/katex/katex.mjs:14960
Class
source/katex/katex.mjs:16058
Class
source/katex/katex.mjs:17092
Class
Anchor
* This node represents an anchor (<a>) element with a hyperlink. See `span` * for further details.
source/katex/katex.mjs:4003
Class
DocumentFragment
* This node represents a document fragment, which contains elements, but when * placed into the DOM doesn't have any representation itself. It only c
source/katex/katex.mjs:987
Class
Img
* This node represents an image embed (<img>) element.
source/katex/katex.mjs:4038
Class
Lexer
Main Lexer class
source/katex/katex.mjs:14889
Class
LineNode
source/katex/katex.mjs:4310
Class
MacroExpander
source/katex/katex.mjs:16058
Class
MathNode
* This node represents a general purpose MathML node of any type. The * constructor requires the type of node to create (for example, `"mo"` or * `"
source/katex/katex.mjs:6578
Class
Namespace
* A `Namespace` refers to a space of nameable things like macros or lengths, * which can be `set` either globally or local to a nested group, using a
source/katex/katex.mjs:14960
Class
Options
* This is the main options class. It contains the current style, size, color, * and font. * * Options objects should not be modified. To create a n
source/katex/katex.mjs:3439
Class
ParseError
* This is the ParseError class, which is the main error thrown by KaTeX * functions when something has gone wrong. This is used to distinguish intern
source/katex/katex.mjs:92
Class
Parser
* This file contains the parser used to parse out a TeX expression from the * input. Since TeX isn't context-free, standard parsers don't work partic
source/katex/katex.mjs:17092
Class
PathNode
source/katex/katex.mjs:4280
Class
Settings
* The main Settings object * * The current options stored are: * - displayMode: Whether the expression should be typeset as inline math *
source/katex/katex.mjs:395
Class
SourceLocation
* Lexing or parsing positional information for error reporting. * This object is immutable.
source/katex/katex.mjs:5
Class
SpaceNode
* This node represents a space, but may render as <mspace.../> or as text, * depending on the width.
source/katex/katex.mjs:6711
Class
Span
* This node represents a span node, with a className, a list of children, and * an inline style. It also contains information about its height, depth
source/katex/katex.mjs:3961
Class
Style
* The main style class. Contains a unique id for the style, a size (which is * the same for cramped and uncramped version of a style), and a cramped
source/katex/katex.mjs:521
Class
SvgNode
* SVG nodes are used to render stretchy wide elements.
source/katex/katex.mjs:4235
Class
SymbolNode
* A symbol node contains information about a single symbol. It either renders * to a single text node, or a span with a single text node in it, depen
source/katex/katex.mjs:4106
Class
TextNode
* This node represents a piece of text.
source/katex/katex.mjs:6673
Class
Token
* The resulting token returned from `lex`. * * It consists of the token text plus some position information. * The position information is essentia
source/katex/katex.mjs:58