Parth
Parth
@johnxnguyen we've run into a bug which is present on 0.29, but not present on 0.30: If you try to render a single tick (`) on 0.30.2 with the following...
here is the tree visualized in the xcode debugger: 
if you need it here is what the debug visitor sees: ``` Document ↳ Paragraph ↳ Text - ` ``` (which is fine)
Here is a small C program you can use for testing: [bugqmark.zip](https://github.com/johnxnguyen/Down/files/8217834/bugqmark.zip) if you go into the cmark folder and checkout the most recent commit and regen the libs you'll...
Thanks for lending a hand with the C code @steverusso
I updated on my fork, and everything seems to be working fine, will report back as I explore more: https://github.com/Parth/Down
This is also working fine in 0.26
@durch thanks for the heads up, we switched entirely away from S3 for the time being.
Also + fixes: #152 + fixes: #188 Very happy to see this being worked on
Thanks @durch