Skip to content

Properties_T_Cyjb_Markdown_ParseOptions

CYJB edited this page Feb 1, 2024 · 2 revisions

ParseOptions 属性

The ParseOptions type exposes the following members.

属性

 

名称 说明
公共属性 AttributesPrefix 属性的前缀,用于指定标题、代码或链接属性的前缀。默认为 null
公共属性 UseAutoIdentifier 是否支持为标题自动生成标识符,默认为 true
公共属性 UseCodeAttributes 是否支持代码的属性,默认为 true
公共属性 UseCustomContainerAttributes 是否支持自定义容器的属性,默认为 true
公共属性 UseCustomContainers 是否支持自定义容器,默认为 true
公共属性 UseEmoji 是否解析表情符号,默认为 true
公共属性 UseExtAutolink 是否支持扩展自动链接,默认为 true
公共属性 UseExtraListStyleType 是否解析额外的列表样式类型(英文字母、罗马数字、希腊字母),默认为 true
公共属性 UseFootnotes 是否支持脚注,默认为 true
公共属性 UseHeaderAttributes 是否支持标题的属性,默认为 true
公共属性 UseHeaderReferences 是否支持将标题作为链接引用使用,默认为 true
公共属性 UseLineLocator 是否填充节点的行定位器,默认为 false
公共属性 UseLinkAttributes 是否支持链接的属性,默认为 true
公共属性 UseMath 是否解析数学公式,默认为 true
公共属性 UseMathAttributes 是否支持数学公式的属性,默认为 true
公共属性 UseStrikethrough 是否解析删除线,默认为 true
公共属性 UseTable 是否解析表格,默认为 true
公共属性 UseTaskListItem 是否解析任务列表项,默认为 true
  Back to Top

参见

Reference

ParseOptions 结构
Cyjb.Markdown 命名空间

Clone this wiki locally