Tim
Tim
After more thought, the only way to have this happen while keeping true memory safety is to keep track of CMNodes (most likely by keeping them unique and in a...
It's good to know that you see `attributedText()` as rendering the entire Block element, including anything included in it. I'll have to think about what would be the best solution...
I'll start to work on this and start with some pull requests. But, let me know if you want Maaku to be "read-only" rather than supporting manipulating the tree.
It appears that in general, the underlying methods to manipulate the values in a node return a boolean as to whether or not the set worked (usually because the node...
I just noticed that libcmark provides some tree manipulation methods, so it will just be a case of making those visible through the Maaku interface.