Fluentmark icon indicating copy to clipboard operation
Fluentmark copied to clipboard

Link Url recognition error

Open mmoser18 opened this issue 5 months ago • 1 comments

When adding pictures using the format e.g.:

![alt Alt-text here](docs/screenshot.png "Screenshot of application")

Fluentmark Ediktor always marks the line as an error. The error location (at least that's what gets underlined and also appears in the full error message) is the "docs"-part in the path (or relative URL).

The full text in the problem view is: '![alt␣Alt-text␣here](docs' at 9:55 'docs' <WORD>

What is wrong with that? Why is this an error? And how can I reference a file in a child folder of md-file's location?

mmoser18 avatar Mar 09 '24 16:03 mmoser18

Verified as a problem in the internal markdown parsing grammar; specifically, the lexing of URL variants with a subpath portion.

grosenberg avatar Mar 11 '24 04:03 grosenberg