Home
last modified time | relevance | path

Searched defs:AutoLink (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dlink.go378 type AutoLink struct { struct
379 Text string
380 URL string
383 func (*AutoLink) Inline() {}
385 func (x *AutoLink) PrintHTML(buf *bytes.Buffer) {
389 func (x *AutoLink) printMarkdown(buf *bytes.Buffer) {
393 func (x *AutoLink) PrintText(buf *bytes.Buffer) {