Tim

Results 6 issues of Tim

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** If you have a task that starts with an ASCII character before '('...

I think that `stringContent` is really just something that is internal to the parser and isn't really something that should be exposed as part of Maaku. Note: * `cmark_node_get_string_content` is...

If Maaku allows for manipulating the AST, then it should also be possible to move a subtree from one document to another. This is possible with the underlying cmark code...

If I want to manipulate the abstract syntax tree that the parser returns, I currently need to do that by getting the `cmarkNode` and manipulating that myself. It would be...

It would be useful if Core objects held the CMNode that they were created from. This would let a savvy user query the node to get things like line/column position...

If there are nested lists, then the `attributedText()` for the ListItem includes all the sub-lists as well. For example, with this document: ``` - list 1 a paragraph inside list...