Closed VoreckLukas closed 1 year ago
Yea, I only expected version numbers with two components. Should be easy enough to add more components in https://github.com/oli-obk/pandoc-ast/blob/276c46d7206504f26cf558aa87e8e67c5d8ce5e2/src/lib.rs#L35
If you want to try it locally, just add a , ..
to the slice pattern.
If you want to try it locally, just add a
, ..
to the slice pattern.
That completely fixed the issue! should i open a pr to upstream it? i feel bad for a pr that only has 4 new characters lol
Please do. Anything that takes steps away from me makes it easier for me to (motivate myself) publish a new version.
done
published as 0.8.5
Im constructing a command to run pandoc, getting its json ast and then am trying to parse it:
But it crashes (ill include the print statements output)
It tells me to use at least version 1.18. but im on 3.1.6: