@yamlresume/playground
    Preparing search index...

    Interface CodeViewerProps

    Props for the CodeViewer component.

    interface CodeViewerProps {
        content: string;
        language: "latex" | "markdown" | "yaml";
    }
    Index

    Properties

    Properties

    content: string

    The code content to display.

    language: "latex" | "markdown" | "yaml"

    The language of the code (markdown or latex).