mdfetch API Documentation - v1.0.0
    Preparing search index...

    Interface ConversionOptions

    Options for markdown conversion.

    interface ConversionOptions {
        headingStyle?: "atx" | "setext";
        codeBlockStyle?: "fenced" | "indented";
        bulletListMarker?: "-" | "+" | "*";
    }
    Index

    Properties

    headingStyle?: "atx" | "setext"

    Heading style: 'atx' (#) or 'setext' (underline)

    codeBlockStyle?: "fenced" | "indented"

    Code block style: 'fenced' (```) or 'indented' (4 spaces)

    bulletListMarker?: "-" | "+" | "*"

    Bullet list marker character