Jonas Finnemann Jensen
Jonas Finnemann Jensen

@isoos how breaking would this be for the way we use `markdown` on pub.dev?
> I don't really know what problem this solves. **I think this is a totally fair point!** Also why it's a controversial proposal :D It would allow us to implement...
> We can parse each syntax in a isolated context and never run the same syntax at the same position if the parser returns null. Wouldn't it be a lot...
Ah, so `TextParser` is a thing for reading a single line. Makes sense. We could also look at reusing package `string_scanner` (or extending it), it already has support for `source_span`.....
In backticks or brackets if you want to link to the types, right/maybe?
Uh, I guess that makes sense.
It's also possible that this should live in a separate package maintained by the community. It's not super hard to do, and it's not really a markdown thing. If we...
Currently, running crash-test on this, though that won't reveal if we have bugs. Just that it doesn't crash :rofl:
No crashes scanning all markdown files in the latest version for all packages on pub.dev ``` Scanned 49735 / 49913 (skipped 0), found 0 issues ## Finished scanning Scanned 49913...