Formatting options for links to code elements

interface LinkFormat {
    codeFont?: boolean;
    realNameWrapper?: "i" | "b";
}

Properties

codeFont?: boolean

Whether to use md code font for the link text

realNameWrapper?: "i" | "b"

Wrapper for the real name (if specified), e.g., to italicize or bold it