referenceStyle reports whether the destination lives in a definition rather than beside the reference.
()
| 225 | // referenceStyle reports whether the destination lives in a definition rather |
| 226 | // than beside the reference. |
| 227 | func (r attachmentRef) referenceStyle() bool { return len(r.defs) > 0 } |
| 228 | |
| 229 | // scanMarkdownRefs finds every place the markdown names one of the attached |
| 230 | // files. |
no outgoing calls
no test coverage detected