IMarkdownReferences Interface

Summary

A container interface for markdown references `[somekey]: somevalue "some alt text"`
Assembly
Rocket.Surgery.Nuke.dll
Namespace
Rocket.Surgery.Nuke.Readme
Implementing Types
IMarkdownReferences

Syntax

public interface IMarkdownReferences

Attributes

Type Description
NullableContextAttribute

Methods

Name Value Summary
AddReference(string, string, string) string
Adds a reference with optional alt text

Extension Methods