Skip to content

Doesn't handle spaces in filenames #22

@threed-factory-store

Description

@threed-factory-store

I'm trying to convert MD to HTML:
$markdownProcessor = new Markdown();
$markdownProcessor->setContent($markdown);
$bodyHtml = $markdownProcessor->getHtml();

My markdown contains:

![My Pdf File](<Declarations Page.pdf.png>)

It sends the text through as-is, but it changes < to &lt; and > to &gt;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions