完成世界书、骰子、apiconfig页面处理
This commit is contained in:
15
frontend/node_modules/micromark-extension-math/dev/lib/html.d.ts
generated
vendored
Normal file
15
frontend/node_modules/micromark-extension-math/dev/lib/html.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Create an extension for `micromark` to support math when serializing to
|
||||
* HTML.
|
||||
*
|
||||
* > 👉 **Note**: this uses KaTeX to render math.
|
||||
*
|
||||
* @param {Options | null | undefined} [options={}]
|
||||
* Configuration (default: `{}`).
|
||||
* @returns {HtmlExtension}
|
||||
* Extension for `micromark` that can be passed in `htmlExtensions`, to
|
||||
* support math when serializing to HTML.
|
||||
*/
|
||||
export function mathHtml(options?: Options | null | undefined): HtmlExtension;
|
||||
import type { HtmlOptions as Options } from 'micromark-extension-math';
|
||||
import type { HtmlExtension } from 'micromark-util-types';
|
||||
Reference in New Issue
Block a user