M_Cyjb_Markdown_Renderer_BaseRenderer_GenerateFootnoteId - CYJB/Cyjb.Markdown GitHub Wiki
生成指定脚注的标识符。
Namespace: Cyjb.Markdown.Renderer
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984
C#
protected virtual void GenerateFootnoteId(
Footnote footnote,
out string id,
out string refId
)
- footnote
- Type: Cyjb.Markdown.Syntax.Footnote
要检查的脚注。 - id
- Type: System.String
脚注的标识符。 - refId
- Type: System.String
脚注引用的标识符。