Alex Ling
Alex Ling
First of all, thanks for your work on this amazing shard! I noticed this weird issue when using Duktape.cr in my app, and I am not sure if it's related...
I used the same set up code as that provided in the README file, but the video is at the bottom of the window. So is there a way to...
# what I did `````` objective-c NSString *md = @"```c\n//This is a code block\n```"; NSData *data = [md dataUsingEncoding:NSUTF8StringEncoding]; CMDocument *document = [[CMDocument alloc] initWithData:data options:0]; CMAttributedStringRenderer *renderer = [[CMAttributedStringRenderer...
## Background Currently, all metadata except tags are stored in the `info.json` files in each title folder. The data includes reading progress, sorting options, custom cover images, and custom display...