Kimmo Salmela
Kimmo Salmela
IMO the `parse()` itself shouldn't be responsible for handling this, since it only applies to file paths on a specific platform and would introduce a behind-the-scenes conversion of the input...
The issue is not relevant for me personally as I've since moved on to WSL and Docker for my development environment. In a perfect world every system would implement RFCs...
I can't seem to get build variables to work with Compose. I have these two files: ```yml # docker-compose.yml services: app: build: dockerfile: Dockerfile ``` ```Dockerfile # Dockerfile FROM alpine:latest...
A workaround for this is to add an empty line between note and text: ```md > [!IMPORTANT] > > **Lorem ipsum dolor sit amet, consectetur adipiscing elit** ```
> Im having issues with this as well. Disabling the script editor seems to completely remove the ability to open scripts though even in an external editor. And even with...