Chris Sewell
Chris Sewell
ah I see its meant to fix for windows, but yeh I wouldadd the code here for the paramtype, and also would be good to have a test in `tests/test_cli.py`
> This is due to python 3.10 installing click in the version 7.1.2 by default (don't know why...) yes it would be nice to know why this 🤔
Heya, yeh I have to admit, I hadn't noticed the "links with substitutions" syntax before, and never used it in my own work. Your proposed solutions both seem viable, thanks....
Hmm, thats a weird one, thanks I'll try to have a look at some point.
Thanks @consideRatio > I noted that ::: as a directive signal was used an directive that wasn't supported it seems, but was used for a directive that was. That made...
> I found myself using rst2myst parse -f myfile.rst > myfile.md a lot, it could be nice to have some flag to modify the file in place or similar perhaps....
Ha yeh no problem
> I noted that my generated myst directives was using colon-syntax for directives like note, and important, but not for code-block. I ended up with a mix of colon-syntax and...
> myst - why is there a remaining? It seems fine though. See https://github.com/executablebooks/mdformat/pull/38#issuecomment-699636729, i.e. its "safer", but could be removed with some extra code to check for unsafe links:...
> I learned that it wasn't possible to do rst2myst parse -f test.md > test.md for some reason I don't get. I would guess this would be reasonable to have...