ReferenceOverrideFunc is expected to be called with a reference string and return either a valid Reference type that the reference string maps to or nil. If overridden is false, the default reference logic will be executed. See the documentation in Options for more details on use-case.
func(reference string) (ref *Reference, overridden bool)
| 265 | // nil. If overridden is false, the default reference logic will be executed. |
| 266 | // See the documentation in Options for more details on use-case. |
| 267 | type ReferenceOverrideFunc func(reference string) (ref *Reference, overridden bool) |
| 268 | |
| 269 | // New constructs a Markdown processor. You can use the same With* functions as |
| 270 | // for Run() to customize parser's behavior and the renderer. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…