Kasper Østerbye

Results 82 comments of Kasper Østerbye

And class comment telling what Dumper is intended to do.

I have an idea, will look at it soon

This can be done by removing leading tabs prior to parsing - should be easy to code. Might be tricky for one who do not know the rule and get...

After having looked deeper into the parser, this is not an easy one at all. Basically `addLineAndReturnNextNode:`in all paragraph level blocks must be recoded to - handle leading tabs differently,...

This might actually be done in a different manner, namely by the parser treating prefix tab as non-existing with respect to parsing, but keeping them intact for the body. That...

😁 I think I will attempt a PR, and express me in code. There is often a 😈 in the details 😦 though

However, the real problem is in the imbedded code in your original example, as the code itself should not be imbedded in the output corresponding the the indentation of the...

Input could be: ``` !> ``` tabs ignored by parser, but given verbatim to codeblock, so codeblock is getting this: ``` ⟼⟼some code ⟼⟼⟼some indented code. ⟼⟼more code ⟼⟼⟼⟼with deep...

Turns out this is caused by `MicArgumentList` - `` is seen as an environment named 'card body text is here'. A reasonable option would be to require the environment tag...

Several tests check that the first argument of an argument list is indeed the rest of the line. It seems like no code actually use this behaviour.