Skip to content

Wrap media paths with <> #3

@fercrcode

Description

@fercrcode

If there are any spaces in the path to media files, those can't be parsed and loaded into the .md file. Simply wrapping the file paths with <> in markdown would solve the issue.

Example:

  • Current behaviour: ![](media/FILENAME with SPACES.file) ----> Broken link in .md
  • Proposed solution: ![](<media/FILENAME with SPACES.file>)

Using <> for file paths in markdown:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions