Fletcher T. Penney

Results 147 comments of Fletcher T. Penney

To clarify: 1. The token pool doesn't have to be disabled based on whether you use Swift or not. It has to be disabled if you are not completely confident...

Addendum -- another reason NOT to use token pools is if you need access to the token tree for an indefinite period of time after the parsing was done. Which...

It works fine for me. What OS are you using? Did you verify that the filename you typed matches the exact filename on disk (including the exact UTF-8 characters used)?...

I would need to dig into some tests to address specific examples, but the main difference is that MultiMarkdown does not attempt to parse inside HTML blocks, as there is...

The first example requires parsing of multiple lines to determine whether this is an html comment, and whether there is additional content inside the paragraph. The second does not.

I'll have to dig in to see what it would take to change the parsing here. I agree that I would prefer this be a plain HTML comment, without a...

That's what the test suite is for. I'm all for you taking a stab at this if you like, but this may be one of the more complicated parts of...

The problem is that then large images don't work properly. With the current approach, all images work, even if small images have been scaled up. If there's a better approach...

I'll leave open for now and see if anyone else has some ideas.