Jeff Groom
Jeff Groom
@romadrutskii looks like you are doing some issue cleanup. Would you like to tackle this issue?
the response i've seen from servers is that multiple cookie params are concatenated into a single cookie. ``` curl 'https://httpbin.org/cookies' -H 'Cookie: authCookie=123 authCookie2=12345 authCookie3=123456' ``` maybe there's a `;`...
Is ^ an escape character?
Oh... ^ is escape character in Windows environment. On mac and Linux, there is no option to export as cmd. Why not use export as bash?
Perhaps. I think generally Linux use cases are prioritized. If there is a work-around in Windows, that is preferred. If there is no work-around, then a fix is definitely warranted....
This is not solvable without adding a handling for a new input language of `curl cmd` This project only supports input language of `curl bash` I recommend closing this as...
This is possible and keeps the `.drawio` extension: ``` image::foo.drawio[format=svg,opts=inline] ```
@azawawi There are a few libraries that do something similar. They seem to be standardizing on cloud provider icon sets. This one seems to be the closest to the design...
@xeor I've settled on using drawio. There's a plug-in for vscode. The files can be saved as foo.drawio.svg or foo.drawio.png and rendered in markdown.