Open chipbite opened 14 hours ago
From a quick glimpse, it is the :
that spoils this. Does it works if you leave the :
out?
As far as I remember, this is unfortunately a Windows only issue, at least on Linux having a :
in a filename should work ;). Nevertheless we should prevent this.
From a quick glimpse, it is the
:
that spoils this.
Hmm, ok... not sure I follow - how does the content of the markdown file end up affecting the filename? Or what am I missing... 🙂
Does it works if you leave the
:
out?
The colon needs to be in the yaml content, AFAIK. Otherwise, its not yaml content, I guess.
flexmark can handle it, which is why I wanted to try it out. but, not the most important usecase currently.
Hi! Just saw this, as I was trying to add some yaml frontmatter to a markdown file, when generatr rebuilds the site, I then get a filenotfound exception.
Repro
So, from working start of md file, e g:
I add like so:
java.io.FileNotFoundException: build\serve\master\status:-"proposed"-date:-"2024-11-26"-decision-makers:-""\index.html (The filename, directory name, or volume label syntax is incorrect)
Trace:
I hope this one is not windows only, but lets see if you can repro.
BR! /marcus