🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
17
node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.d.ts
generated
vendored
Normal file
17
node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* Turn an mdast `footnoteReference` node into hast.
|
||||
*
|
||||
* @param {State} state
|
||||
* Info passed around.
|
||||
* @param {FootnoteReference} node
|
||||
* mdast node.
|
||||
* @returns {Element}
|
||||
* hast node.
|
||||
*/
|
||||
export function footnoteReference(
|
||||
state: State,
|
||||
node: FootnoteReference
|
||||
): Element
|
||||
export type FootnoteReference = import('mdast').FootnoteReference
|
||||
export type Element = import('hast').Element
|
||||
export type State = import('../state.js').State
|
||||
Loading…
Add table
Add a link
Reference in a new issue