sine
sine
Hi @kaby76, Is it possible to release a version of cpp17/20 grammar without extensions? That would be helpful too if including extensions takes too much work.
Not decided yet, I tend to use LGPL. What's your scenario?
Hi, this error is from dependent package python-pptx and there is a similar issue: https://github.com/scanny/python-pptx/issues/750, which turns out to be a folder called "collections" in the same place where the...
My fault. This is indeed a compatibility issue of python-pptx with python 3.10. I'll update the package when this was fixed in python-pptx, at this time you should downgrade to...
Thanks to @MaxAFriedrich this issue was solved. see https://github.com/ssine/pptx2md/pull/36 . try install the new version 1.3.0
It's possible for markdown syntax, but requires a major refactor of the code. I'll consider that when I have time. Will keep this issue open until supported.
That's an interesting use case, I haven't thought about it before and there is no option to write results to standard output. There are two solutions that you can try:...