Documentation
¶
Overview ¶
Package markup holds Markdown / other markup-language detectors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MarkdownStructureDetector ¶
type MarkdownStructureDetector struct{}
MarkdownStructureDetector detects Markdown headings, internal links, and emits a MODULE node for the document. Mirrors Java MarkdownStructureDetector.
func NewMarkdownStructureDetector ¶
func NewMarkdownStructureDetector() *MarkdownStructureDetector
func (MarkdownStructureDetector) DefaultConfidence ¶
func (MarkdownStructureDetector) DefaultConfidence() model.Confidence
func (MarkdownStructureDetector) Detect ¶
func (d MarkdownStructureDetector) Detect(ctx *detector.Context) *detector.Result
func (MarkdownStructureDetector) Name ¶
func (MarkdownStructureDetector) Name() string
func (MarkdownStructureDetector) SupportedLanguages ¶
func (MarkdownStructureDetector) SupportedLanguages() []string
Click to show internal directories.
Click to hide internal directories.